Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / SQL Data Types
 

Process and store a specific date and time

An example of a datetime is 7:15:30 PM on October 10, 2005. You store a datetime using the DATE type. The DATE type stores the century, all four digits of a year, the month, the day, the hour (in 24-hour format), the minute, and the second.