Home » MYSQL » Mysql Setup » Question
  1. Which mode exists at both global level and session-specific level?
    1. query_mode
    2. server_mode
    3. key_buffer_size
    4. sql_mode
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.