前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【2019年8月版本】OCP 071认证考试最新版本的考试原题-第9题

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第9题

原创
作者头像
用户5892232
修改2019-10-18 10:11:30
5390
修改2019-10-18 10:11:30
举报

Choose three

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 query

B) Rows inserted into a table using a view are retained in the table if the view is dopped

C) Views can join tables only if they belong to the same schema.

D) Views have no segment.

E) Views have no object number.

F) A view can be created that refers to a non-existent table in its defining query.

Answer:BD?

(解析:

经过实验,A 不对;C 不对,视图可以和不同模式的表进行连接查询;F 不对,如果子查询中没有表,创建视图会报错;视图也是对象,所以答案 E 错误;

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档