-
Which mode prevents MySQL to perform full checking of date parts?
-
- STOP_DATES_CHECK
- PREVENT_DATE_CHECK
- ALLOW_DATES_INVALID
- ALLOW_INVALID_DATES
- None of these
Correct Option: D
In MySQL, it is also possible to selectively weaken the strict mode at some places. If the ALLOW_INVALID_DATES SQL mode is enabled, MySQL doesn’t perform full checking of the date parts.