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

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

文章分类

全部博文(487)

文章存档

2024年(2)

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

发布时间:2019-03-18 10:05:45

A. When the MAXVALUElimit for the sequence is reached, you can increase the MAXVALUElimit by using the ALTER SEQUENCEstatement.C. The numbers generated by a sequence can be used only for one table.E. When a database instance shuts down abnormally, the sequence numbers that have been cached.........【阅读全文】

阅读(1517) | 评论(0) | 转发(0)

发布时间:2019-03-11 16:07:03

SELECT employee_id, first_name, department_nameNATURAL JOIN departments;A. The table prefix is missing for the column names in the SELECTclause.C. The DEPARTMENTStable is not used before the EMPLOYEEStable in the FROMclause.Correct Answer: D......【阅读全文】

阅读(1651) | 评论(0) | 转发(0)

发布时间:2019-03-11 13:00:22

A. A non-deferrable PRIMARY KEYor UNIQUE KEYconstraint in a table automatically attempts to creates a unique index.C. When a table is dropped, the corresponding indexes are automatically dropped.Correct Answer: ACD......【阅读全文】

阅读(1415) | 评论(0) | 转发(0)

发布时间:2019-03-11 11:54:09

Name     Null?       TypeORDER_DATE  NOT NULL   DATECUSTOMER_ID NOT NULL  NUMBER(6)Name  Null?  TypeCUST_FIRST_NAME NOT NULL  VARCHAR2(20)CREDIT_LIMIT  NUMBER(9,2)Which INSERT statement shoul.........【阅读全文】

阅读(1108) | 评论(0) | 转发(0)

发布时间:2019-03-11 11:15:09

A. GRANT CREATE VIEWuser1;TO PUBLIC;TO user1, user2;TO ALL;Section: (none)Explanation 解析:无 ALTER TABLE 系统权限......【阅读全文】

阅读(1047) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册