Using a Database Alias
Creating a Database on a Remote Server
Optional Parameters for CREATE DATABASE
Specifying the Database Dialect
Who Can Create a Database
Examples Using CREATE DATABASE
CREATE DATABASE
Who Can Alter the Database
Parameters for ALTER DATABASE
Examples of ALTER DATABASE Usage
ALTER DATABASE
Who Can Drop a Database
Example of DROP DATABASE
DROP DATABASE
DATABASE
The DROP DATABASE statement can be executed by:
Administrators
Users with the DROP DATABASE privilege
DROP DATABASE;
[fblangref50-ddl-db-create], [fblangref50-ddl-db-alter]