-
Which mode is a shorthand for ‘both strict modes plus a bunch of other restrictions’?
-
- TRADITIONAL
- ERROR_WHEN_DIVIDE_BY_ZERO
- STRICT_TRANS_TABLES
- STRICT_ALL_TABLES
- 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.