Database MCQS - QUESTION DETAILS

Which SQL statement is used to remove a table from a database?
A. DELETE TABLE
B. REMOVE TABLE
C. DROP TABLE
D. DELETE FROM TABLE

'DROP TABLE' is used to remove a table from a database in MySQL.

Similar Questions

Which MySQL statement is used to create a unique constraint on a column?






What is the purpose of the SQL Server RAISEERROR statement?






In MySQL, which function is used to concatenate two or more strings?






Which MySQL statement is used to delete a database?






Which of the following MySQL functions is used to find the current date and time?






What is the purpose of the SQL ROLLBACK statement?






What does the SQL NOT NULL constraint do?






In MySQL, what does the term "ACID" stand for in the context of transactions?






In MySQL, what is the purpose of the FOREIGN KEY constraint?






Which MySQL clause is used to add an index to an existing table?