MySQL provides a date type that has an optional time part.
False
True
NA
NA
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.