Time - DateTime

About

A datetime is the representation of a instant at the second precision

It contains the date and time part (Hour, Minute, Seconds, …)

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





Discover More
Instant - Precision

An instant can be defined at different level (known also as precision) Precision Instant Name year year-month year-month-day (such as an anniversary date) date year-month-day hour year-month-day...
Time - Date

A date is a moment at the day precision level in a calendar. The date data type is a time data type. It is is an ordered numeric that should not contain any time part date data typedatetime A...
Time - Timestamp

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...



Share this page:
Follow us:
Task Runner