/ Published in: SQL
Expand |
Embed | Plain Text
#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
You need to login to post a comment.
