What does SQL stand for?
Which SQL statement is used to retrieve data from a database?
What keyword is used to insert new data into a table?
Which clause is used to filter records?
What is used to sort the result-set in SQL?
What type of join returns only matching rows from both tables?
Which aggregate function returns the number of rows?
What clause is used with GROUP BY to filter grouped records?
Which keyword combines the result of two SELECT statements and removes duplicates?
Which function returns the average of numeric values?
What does the `START TRANSACTION` command do?
What is the purpose of the `COMMIT` statement?
What does the `ROLLBACK` command do?
Which MySQL object executes automatically in response to events on a table?
Which clause is used to define a trigger’s execution time?