Reference and syntax for the CREATE DATABASE command.
Parameter | Description |
---|---|
<database_name> | The name of the database. |
DESCRIPTION = 'description' | (Optional) The database’s description, which can contain up to 64 characters. |
my_db
with an optional description, Testing database
: