DROP DATABASE
Drops (deletes) the database of the current connection
DSQL, ESQL
DROP DATABASE
The DROP DATABASE
statement deletes the current database.Before deleting a database, you have to connect to it.The statement deletes the primary file, all secondary files and all shadow files.
Note
|
Contrary to |