What is the purpose of the DROP TABLE statement in SQL?
Question 1
Q1. What is the purpose of the DROP TABLE statement in SQL?
Answer: To delete a table
Explanation: The DROP TABLE statement is used to delete a table and all its data, indexes, and constraints.