Table of Contents

About

TIMESTAMP is a Sql data type that stores a instant with a precision at the fractional seconds

Its an extension of the datetime datatype that adds fractional second precision.

An application that must decide which of two events occurred first might use TIMESTAMP and not the DATE data type which store point-in-time values (dates and times).