To create a database with the ij tool, type the
following command:
ij> connect 'jdbc:derby:testdb;create=true';
This command creates a database called testdb in
the current directory, populates the system tables, and connects to the database.
You can then run any SQL statements from the ij command line.