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对。

  • 相关阅读:
    golang-uuid
    golang-random随机数
    git status检测不到文件变化
    vimium
    go1.11新特性,mark一下
    HTML网页滚动加载--mark一下
    docker-清理none镜像等操作
    golang websocket
    postman 快捷方式--启动图标
    tmux基本操作
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316818.html
Copyright © 2011-2022 走看看