Home » MYSQL » Mysql Error handling » Question
  1. Which mode is a shorthand for ‘both strict modes plus a bunch of other restrictions’?
    1. TRADITIONAL
    2. ERROR_WHEN_DIVIDE_BY_ZERO
    3. STRICT_TRANS_TABLES
    4. STRICT_ALL_TABLES
    5. None of these
Correct Option: A

In MySQL, the ‘TRADITIONAL’ mode is used to enable the strict mode. It also enables all of the additional restrictions by the command ‘SET sql_mod = ‘TRADITIONAL” The other SQL modes have other functions.



Your comments will be displayed only after manual approval.