Database MCQS - QUESTION DETAILS

Which MySQL statement is used to delete a database?
A. DELETE DATABASE
B. DROP DATABASE
C. REMOVE DATABASE
D. DESTROY DATABASE

'DROP DATABASE' is used to delete a database in MySQL.

Similar Questions

Which SQL function is used to find the lowest value in a column?






What is the purpose of the SQL LEFT JOIN clause?






In MySQL, which storage engine supports transactions and ACID properties?






Which SQL function is used to find the length of a string?






Which SQL statement is used to grant specific privileges to a user in MySQL?






What is the purpose of the SQL AS keyword?






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






Which MySQL statement is used to change the structure of an existing table?






What is the purpose of the SQL DISTINCT keyword?






What is the purpose of the SQL UNION operator?