• 【OCP12c】CUUG 071题库考试原题及答案解析(18)


    18、(8-7) choose two
    Which two statements are true regarding views? (Choose two.)

    A) A simple view in which column aliases have been used cannot be updated.
    B) The OR REPLACE option is used to change the definition of an existing view without dropping
    and re-creating it.
    C) The WITH CHECK OPTION constraint can be used in a view definition to restrict the columns
    displayed through the view.
    D) Rows added through a view are deleted from the table automatically when the view is dropped.
    E) Rows cannot be deleted through a view if the view definition contains the DISTINCT keyword.
    F) A subquery used in a complex view definition cannot contain group functions or joins.

    Answer:BE
    (解析:
    只要是简单视图,使用别名的列是可以使用 UPDATE 命令更新的。
    WITH CHECK OPTION 用于限制通过视图更改基表的条件,禁止更改不包含在子查询条件里的行。)

  • 相关阅读:
    币值转换
    抓老鼠啊!亏了还是赚了
    打印沙漏
    秋季学习总结
    记忆中最深刻的三位老师
    自我介绍
    docker 安装redis 和 mysql
    centos 安装docker
    celery的简单使用
    django redis配置和简单使用
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10399408.html
Copyright © 2020-2023  润新知