TIMESTAMP : Date with fractional second INTERVAL YEAR TO MONTH : Stored as an interval of years and months INTERVAL DAY TO SECOND : Stored as an interval of days, hours, minutes and seconds Representing the Difference Between Datetime ValuesUse the INTERVAL DAY TO SECOND datatype to represent the precise difference between two datetime values. For example, you might use this value to set a remin..