⟩ What Are the Differences between DATE and TIMESTAMP in Oracle?
The main differences between DATE and TIMESTAMP in Oracle are:
* DATE stores values as century, year, month, date, hour, minute, and second.
* TIMESTAMP stores values as year, month, day, hour, minute, second, and fractional seconds.