zoukankan      html  css  js  c++  java
  • 【ocp12c】最新Oracle OCP071考试题库(43题)

    43、(9-2)choose three

    Which three tasks can be performed by DDL statements?

    A) preventing data retrieval from a table outside of office hours

    B) modifying a table to prevent data that violate certain conditions from being entered in a column

    C) preventing any data modification to a table

    D) creating multiple savepoints to enable partial rollback of a transaction

    E) providing an alternative name for a table

    Anser:BCE

    (解析:B 答案可以用添加约束来解决;C 答案可以用 alter 命令把表变成只读模式;E 答案可以通过创建同义词来实现,这道题比较灵活,表达的比较隐晦。)

  • 相关阅读:
    5.16
    4.29
    二十节 作业
    作业
    作业
    控件
    选择排序
    百钱买百鸡
    用颜色变色变换来调整图像的对比度和亮度
    图像的裁剪
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10442392.html
Copyright © 2011-2022 走看看