加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

【ocp-12c】最新Oracle OCP-071考试题库(40题)

发布时间:2020-12-12 13:18:56 所属栏目:百科 来源:网络整理
导读:40、(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 with
40、(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 用于限制通过视图更改基表的条件,禁止更改不包含在子查询条件里的行。)

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读