Which of the following commands is used to delete a table in SQL?
Step-by-step Solution:
The command used to delete a table in SQL is DROP. The ttDROP TABLE command removes the entire table along with its structure and data from the database. \[\] \[\] Correct Option: (b)