OCP-1Z0-051 补充题库 第28题 Date类型

来源:互联网 发布:iphone微信多开软件 编辑:程序博客网 时间:2024/06/06 06:53
一、原题
Which two statements are true regarding working with dates? (Choose two.)
A. The default internal storage of dates is in the numeric format
B. The RR date format automatically calculates the century from the SYSDATE function but allows
the user to enter the century if required
C. The default internal storage of dates is in the character format
D. The RR date format automatically calculates the century from the SYSDATE function and does
not allow the user to enter the century

答案: A,B

二、题目翻译
关于Date类型,下面的描述哪两个是正确的?(选择两项)
A.默认的Date的内部存储是数字格式。
B.RR日期格式自动从SYSDATE函数计算世纪,但如果需要的话,也允许用户输入世纪。
C.默认的Date的内部存储是字符格式。
D.RR日期格式自动从SYSDATE函数计算世纪,不允许用户输入世纪。

三、题目解析
date类型,内部存储是7位,世纪,年,月,日,时,分,秒
RR是世纪,两位数保存世纪.
RR  Lets you store 20th century dates in the 21st century using only two digits.

关于RR的详细信息,详见联机文档:
http://docs.oracle.com/cd/E11882_01/server.112/e41084/sql_elements004.htm#SQLRF00215

0 0
原创粉丝点击