您的位置:首页 > 产品设计 > UI/UE

42.Which three statements are true regarding views? (Choose three.)

2016-02-24 17:47 555 查看
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.

答案:BDF

A:错误,可以从视图创建

B:正确

C:错误,复杂视图也可以

D:正确

E:错误,不同schema下的表,也可以创建,只要能访问就行

F:正确
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: