Which two statements can be used to adjust the sort_buffer_size variable on a running MySQL server?
(Choose two.)
You created a backup of the world database with this command:
shell> mysqldump --opt world > dump.sql
Which two will import the data from dump.sql?
On a master server that is using statement-based replication, a table of log data has become very large.
You decide to delete 100.000 rows.
Which two methods can be independently invoked to ensure that the delete is properly propagated to the slave? (Choose two.)
What is the order of tables shown in an EXPLAIN output?