----------  Create or Drop Database  ----------

The "create database" command creates a empress database.

Syntax:

     create |database| DATABASE [noshmem|shmem] [nolock|lock] [cipher=<CIPHER>]
            |db      |

To REMOVE a empress database, the "drop database" command is used.

Syntax:

     drop |database| DATABASE;
          |db      |

For further information on display database information, enter:

                help display;
