Q. Which mode exists at both global level and session-specific level?
β
Correct Answer: (A)
sql_mode
Explanation: This question is asking about a setting in MySQL that can be applied to the entire database server (global level) or just for a specific user's connection (session-specific level).