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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?