-
Which mode prevents entry of the ‘zero’ date value in strict mode?
-
- NO_ZERO_IN_DATE
- PREVENT
- SUPPRESS
- NO_ZERO_DATE
- None of these
Correct Option: D
The ‘NO_ZERO_DATE’ prevents the entry of the ‘zero’ date value in strict mode. In MySQL, to suppress errors, the IGNORE keyword is used with INSERT or UPDATE statements.