DROP DATABASE

From InterBase

Go Up to Statement and Function Reference (Language Reference Guide)


Deletes the currently attached database. Available in isql.

DROP DATABASE;

Description: DROP DATABASE deletes the currently attached database, including any associated secondary, shadow, and log files. Dropping a database deletes any data it contains.

A database can be dropped by its creator, the SYSDBA user, and any users with operating system root privileges.

Example: The following isql statement deletes the current database:

DROP DATABASE;

See Also

Advance To: