Home » MYSQL » Data Types » Question
  1. To disallow zero month or day parts in dates, the option used is _____________.
    1. NO_DATE_WITH_ZERO
    2. DATE_WITH_ZERO
    3. NO_ZERO_IN_DATE
    4. ZERO_IN_DATE
    5. 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.



Your comments will be displayed only after manual approval.