SQL ReferenceSQL TypesDatetime Data TypeOverviewOverviewThe date data types include DATE and DATETIME:DATE: It stores only the date. The minimum precision unit is days.DATETIME: It stores both the date and time. The minimum precision unit is milliseconds.