-
To disallow zero month or day parts in dates, the option used is _____________.
-
- NO_DATE_WITH_ZERO
- DATE_WITH_ZERO
- NO_ZERO_IN_DATE
- ZERO_IN_DATE
- None of these
Correct Option: C
MySQL permits to store the dates where the day or month and day are zero in a DATE or DATETIME column. This is helpful for applications that need to store birthdates for which the exact date is unknown.