Database Creation with SQL

You can use SQL statements for defining database objects directly if you build your database from an interactive SQL tool, such as dbisql.

Even if you use an application design tool, you may want to use SQL statements to add features to the database if they are not supported by the design tool.

Once the database is created, you can connect to it and build the tables and other objects that you need in the database.

Related concepts
CREATE DATABASE Statement Defaults
Multiplex Capability
Relative Path Names
Utility Database Server Security