Truncate and Drop Database

Truncate Database

Select Database -> More Database Operations -> Truncate Database (Shift+Del) to truncate (make the tables empty) all the tables of a database (however, the Tables and other objects (Stored Procedures, Views etc.) are not dropped).


Drop Database

Select Database -> More Database Operations -> Drop Database (Del) to drop the active database along with all associated data objects.