Home » MYSQL » Mysql Error handling » Question
  1. Which mode is used to turn on strict mode and all of the additional restrictions?
    1. ERROR_WHEN_DIVIDE_BY_ZERO
    2. TRADITIONAL
    3. STRICT_ALL_TABLES
    4. ERROR_FOR_DIVISION_BY_ZERO
    5. None of these
Correct Option: B

The ‘TRADITIONAL’ mode is used to enable the strict mode and all of the additional restrictions. It is done by the command SET sql_mod = ‘TRADITIONAL’; The other SQL modes have other functions.



Your comments will be displayed only after manual approval.