Chinaunix首页 | 论坛 | 博客
  • 博客访问: 595127
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-10-18 09:36:29

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 错误;

阅读(654) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~