Q. Which command is used to remove a MySQL database?
β
Correct Answer: (A)
DROP DATABASE
Explanation: The `DROP DATABASE` command is used to permanently remove a database in MySQL.