053-463

Which of the following datatypes store time-zone information in the database?
A. TIMESTAMP
B. DATE
C. TIMESTAMP WITH TIME ZONE
D. TIMESTAMP WITH LOCAL TIME ZONE 
E. DATETIME

  Only the TIMESTAMP WITH TIME ZONE datatype actually stores time-zone information in the database.The TIMESTAMP WITH LOCAL TIME ZONE datatype converts the timestamp to local time and drops the time-zone information before storing it in the database.DATE and TIMESTAMP datatypes do not deal with time-zone information at all.DATETIME is not a valid datatype.

posted @ 2017-11-14 18:21  巴啦啦大魔王  阅读(81)  评论(0编辑  收藏  举报