DROP DATABASE¶
Drop a database. This drops all the schemas that are part of this database.
Syntax¶
Parameters¶
pathToDatabase
The fully-qualified path of the
DATABASE
Example¶
-- Create database '/FRL/DEMO_DB'
DROP DATABASE '/FRL/DEMO_DB'
Drop a database. This drops all the schemas that are part of this database.
pathToDatabase
The fully-qualified path of the DATABASE
-- Create database '/FRL/DEMO_DB'
DROP DATABASE '/FRL/DEMO_DB'