Advertisements
Advertisements
प्रश्न
Identify the SQL command used to delete a relation (table) from a relational database.
विकल्प
DROP TABLE
REMOVE TABLE
DELETE TABLE
ERASE TABLE
MCQ
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?