1.

Which mode exists at both global level and session-specific level?(a) sql_mode(b) key_buffer_size(c) server_mode(d) query_mode

Answer» Correct option is (a) sql_mode

The best 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.


Discussion

No Comment Found