Advertisements
Advertisements
Question
Identify the SQL command used to delete a relation (table) from a relational database.
Options
DROP TABLE
REMOVE TABLE
DELETE TABLE
ERASE TABLE
MCQ
Solution
DROP TABLE
Explanation:
- DROP TABLE is a SQL command that permanently deletes a table (relation) from a relational database.
- DROP TABLE deletes both the table structure and the data within it.
shaalaa.com
Is there an error in this question or solution?