What is the purpose of the SQL DISTINCT keyword?
Which MySQL statement is used to delete a database?
What does the SQL NOT NULL constraint do?
In MySQL, which type of index allows only unique values and nulls are considered distinct?
What is the purpose of the SQL HAVING clause?
What is the maximum length of the VARCHAR data type in MySQL?
Which MySQL command is used to retrieve the definition of a table?
Which SQL statement is used to change the value of an existing record in a table?
In MySQL, which storage engine supports transactions and ACID properties?
Which SQL statement is used to grant specific privileges to a user in MySQL?