Choose threeide
Which three statements are true about views in an Orade batabase?對象
A) A SELECT statement cannot contain a where clause when querying a view contaning a WHERE clause in its defining querythree
B) Rows inserted into a table using a view are retained in the table if the view is doppedit
C) Views can join tables only if they belong to the same schema.table
D) Views have no segment.class
E) Views have no object number.object
F) A view can be created that refers to a non-existent table in its defining query.查詢
Answer:BD?tab
(解析:di
通過實驗,A 不對;C 不對,視圖能夠和不一樣模式的表進行鏈接查詢;F 不對,若是子查詢中沒有表,建立視圖會報錯;視圖也是對象,因此答案 E 錯誤;