/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#To DELETE a TABLE (the TABLE STRUCTURE, attributes, AND indexes will also be deleted): DROP TABLE TABLE_NAME #To DELETE a DATABASE: DROP DATABASE database_name