Home »
MCQs »
SQL MCQs »
SQL Commands: DDL, DML, DCL, TCL, DQL MCQs
The records and structure of a table may be removed or deleted from the database using which command?
18. The records and structure of a table may be removed or deleted from the database using which command?
- REMOVE
- DELETE
- DROP
- TRUNCATE
Answer: C) DROP
Explanation:
The records and structure of a table may be removed or deleted from the database using the DROP command.