OCP-1Z0-051 第22题 INTERVAL DAY TO SECOND的使用方法

一、原题
You need to create a table for a banking application.One of the columns in the table has the following requirements:
1) You want a column in the table to store the duration of the credit period.
2) The data in the column should be stored in a format such that it can be easily added and subtracted with DATE data type without using conversion functions.
3) The maximum period of the credit provision in the application is 30 days.
4) The interest has to be calculated for the number of days an individual has taken a credit for.
Which data type would you use for such a column in the table?
A. DATE
B. NUMBER
C. TIMESTAMP
D. INTERVAL DAY TO SECOND
E. INTERVAL YEAR TO MONTH

答案:D
二、题目翻译
现在要为银行的应用程序建一个表。表的其中一个列有以下需求:
1) 该列存储信贷周期的持续时间
2) 该列的日期格式如下:它能非常容易的与DATE数据类型进行加减,无需使用转换函数
3) 应用程序中的最大信贷条款周期是30天
4) 已经使用信用卡的个人按天计算利息
该列可以使用哪种数据类型?
三、题目解析
A和C选项不正确,都是存储的时间点,不是一段时间,
B选项不正确,是数值类型,不能满足条件2,不能直接与date类型加减,需要转换;
E选项不正确,因为虽然它也是存储一段时间,但是,是从年月的,不能满足第3条和第4条件需要精确到天;
D 存储单位为天和秒的时间间隔,The default format for INTERVAL DAY(2) TO SECOND(6) is 'DD HH:MI:SS.sss'.
INTERVAL DAY TO SECOND:存储一段时间,从天精确到秒。

具体详细见:
        http://blog.csdn.net/holly2008/article/details/23629351

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值