Q. Which mode exists at both global level and session-specific level?
β
Correct Answer: (D)
sql_mode
Explanation: The system variable ‘sql_mode’ that indicates the default SQL mode is an example of a variable that exists at both the global and session levels. This mode affects several aspects of SQL statement processing.