【OCP-12c】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 用於限制通過視圖更改基表的條件,禁止更改不包含在子查詢條件裏的行。)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章