Which Of The Following Statement Is Used To Delete A Table In #330
Which of the following statement is used to delete a table in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Database - SQL Drop Table - Quiz No.1.
Which of the following statement is used to delete a table in SQL?
DROP TABLE
DROP table_name
DROP TABLEtable_name
DROP TABLE (table_name)