Thursday, October 29, 2009

Chapter 10.  Dates and Timestamps









Chapter 10. Dates and Timestamps


Most applications require the storage and manipulation of dates and times
. Dates are quite complicated: not only are they highly formatted data, but there are myriad rules for determining valid values and valid calculations (leap days and years, national and company holidays, date ranges, etc.). Fortunately, the Oracle RDBMS and PL/SQL provide a set of true datetime
datatypes that store both date and time information using a standard, internal format.


For any datetime value, Oracle stores some or all of the following information:


Support for true datetime datatypes
is only half the battle. You also need a language that can manipulate those values in a natural and intelligent manneras actual dates and times. To that end, Oracle provides you with support for SQL standard interval arithmetic, datetime literals, and a comprehensive suite of functions with which to manipulate date and time information.









    No comments:

    Post a Comment