----------  Create Commands  ----------

There are twelve commands beginning with "create".

They are:

1) create TABLE ...

This command creates a table in the database; for further information, enter:

                help create_table;

2) create index ...

This command creates an index on an attribute; for further information, enter:

                help index;

3) create comment ...

This command creates a comment on a table or an attribute; for further  infor-
mation, enter:

                help comment;

4) create range ...

This command creates data validation checks for a given attribute; for further
information, enter:

                help range;

5) create view ...

This command creates a view on one or more tables;  for  further  information,
enter:

                help view;

6) create referential ...

This command creates a referential constraint  on  one  or  more  tables;  for
further information enter:

                help referential;

7) create schema ...

This command creates a schema in the database;  for  further  information,
enter:

                help schema;

8) create module ...

This command creates a module in the database;  for  further  information,
enter:

                help module;

9) create trigger ...

This command creates a trigger on a table;  for  further  information,
enter:

                help trigger;

10) create replication ...

This command creates replication entry/entries in sys_rep_masters or
sys_rep_replicates;  for  further information, enter:

                help replication;

11) create sequence ...

This command creates a sequence in the database;  for  further  information,
enter:

                help sequence;

12) create database ...

This command creates a empress database;  for  further  information,
enter:

                help create_database;
