----------  Database  ----------

This command prints the name of the current database or changes to a new data-
base.

Syntax:

     |database| [DATABASE] [| into | FILE];
     |db      |             | onto |

The keyword "database" alone prints the name of the current database.  It  may
be  shortened  to  "db".   Specifying another database name makes DATABASE the
current database.

The output of a "database" command may be redirected from the terminal into  a
new  file  or  appended  to  an  existing file by specifying "into" or "onto",
respectively, and a filename.

For create/drop database, enter:

                help create_database;
                help drop_database;

For further information, enter:

                help display;
