您的位置:首页 > 其它

OCP-1Z0-051-V9.02-42题

2013-10-16 21:43 344 查看
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

答案解析:
参考:/article/1628989.html

A错误,视图是一种基于表或其它视图的逻辑表。
B正确,视图是一种基于表或其它视图的逻辑表。
C错误,简单视图和复杂视图都能使用相关表的索引。
D正确,同C.
E错误,可以是不同schema间。
F正确,复杂视图的子查询可以是相同或者不同的schema间的多张表。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: