Q. When no modes are enabled, what does this SQL statement return?
SELECT @@SESSION.sql_mode;
β
Correct Answer: (A)
empty value
Explanation: This question is about SQL modes in MySQL. SQL modes are settings that control how MySQL interprets and executes SQL statements.