The connect command loads a JDBC driver to establish the connection.
The command to establish a connection with a sample database is:
connect "jdbc:derby:sample";
connect "jdbc:derby:sample";
Create table employee (name varchar(30),address varchar(50));