Which SQL command is used to delete a database table?
Question 1
Q1. Which SQL command is used to delete a database table?
Answer: DROP TABLE
Explanation: DROP TABLE command is used to delete a database table, removing its structure and data from the database.