Home » MYSQL » MySQL Internationalization and Localization » Question
  1. The variable which represents the default time zone of the MySQL server is _____________.
    1. date_and_time
    2. system_time
    3. time_zone
    4. system_time_zone
    5. None of these
Correct Option: C

The system variable ‘time_zone’ represents the default time zone of the MySQL server. By default, this variable is set to ‘SYSTEM’ which means to use the system_time_zone setting.



Your comments will be displayed only after manual approval.