Creating tables
The database manager controls changes
and access to the data stored in the tables. You can create tables
by using the CREATE TABLE statement.
Complex statements
can be used to define all the attributes and qualities of tables.
However, if all the defaults are used, the statement to create a table
is simple.