Home » MYSQL » Data Types » Question
  1. MySQL provides a date type that has an optional time part.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

In MySQL, there is no data type provided which has an optional time part. The ‘DATE’ type values never have a time part. The ‘DATETIME’ type values must have a time part in them.



Your comments will be displayed only after manual approval.