Home » MYSQL » Mysql Error handling » Question
  1. Which mode prevents MySQL to perform full checking of date parts?
    1. STOP_DATES_CHECK
    2. PREVENT_DATE_CHECK
    3. ALLOW_DATES_INVALID
    4. ALLOW_INVALID_DATES
    5. 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.



Your comments will be displayed only after manual approval.