Q. Which statement can be used to specify the sql_mode system variable at runtime?
β
Correct Answer: (B)
SET
Explanation: This question asks about how to change a special setting in MySQL called sql_mode. Think of sql_mode like a set of rules that MySQL follows when you run your SQL commands.