OCP-1Z0-051-題目解析-第42題

42. Which three statements are true regarding views? (Choose three.) 
A. Views can be created only from tables. 
B. Views can be created from tables or other views. 
C. Only simple views can use indexes existing on the underlying tables. 
D. Both simple and complex views can use indexes existing on the underlying tables. 
E. Complex views can be created only on multiple tables that exist in the same schema. 
F. Complex views can be created on multiple tables that exist in the same or different schemas. 


Answer: BDF 

A:只能從表中創建視圖(錯誤,還可以從視圖中創建視圖)
B:視圖可以從表或其他視圖中創建(正確)
C:只有簡單視圖可以使用基表中存在的索引(錯誤,複雜視圖也可以使用索引)
D:簡單視圖和複雜視圖都可以使用基表上存在的索引(正確)
E:複雜視圖只能使用同一個schema下的多張表創建(錯誤,不同Schema下也可以)
F:複雜視圖可以在多張表上創建,這多張表可以在相同或不同的schema下(正確)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章