zoukankan      html  css  js  c++  java
  • OCP-1Z0-051-V9.02-80题

    80. 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 default internal storage of dates is in the character format. 

    C. The RR date format automatically calculates the century from the SYSDATE function and  does not

    allow the user to enter the century.

    D. The RR date format automatically calculates the century from the SYSDATE function but allows the

    user to enter the century if required.

    Answer: AD
    答案解析:
    AB,默认内部日期的存储形式是数字形式,所有A对,B错。

    A参照Database Concepts的DATE Data Type部分:
    The database stores dates internally as numbers. Dates are stored in fixed-length fields of 7 bytes each, corresponding to century, year, month, day, hour, minute, and second

    CD,RR日期格式自动从SYSDATE函数中计算出世纪,但是如果需要还允许用户输入世纪,所有C错,D对。

  • 相关阅读:
    hdu2328 Corporate Identity
    hdu1238 Substrings
    hdu4300 Clairewd’s message
    hdu3336 Count the string
    hdu2597 Simpsons’ Hidden Talents
    poj3080 Blue Jeans
    poj2752 Seek the Name, Seek the Fame
    poj2406 Power Strings
    hust1010 The Minimum Length
    hdu1358 Period
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316818.html
Copyright © 2011-2022 走看看