Chinaunix首页 | 论坛 | 博客
  • 博客访问: 667255
  • 博文数量: 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-02-13 16:57:37

5、(4-12) choose two:You executed the following CREATE TABLE statement that resulted in an error:SQL> CREATE TABLE employees(emp_id NUMBER(10) PRIMARY KEY,ename VARCHAR2(20),email NUMBER(3) UNIQUE,address VARCHAR2(500),phone VARCHAR2 (20),resume LONG,hire_date DATE,re.........【阅读全文】

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

发布时间:2019-02-12 16:49:50

4、(4-11) choose two:View the Exhibit and examine the data in the PRODUCT_INFORMATION table.Which two tasks would require subqueries? (Choose two.)A) displaying all supplier IDs whose average list price is more than 500B) displaying the total number of products supplied by supplier 102071 and .........【阅读全文】

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

发布时间:2019-02-12 16:40:06

3、(4-10) choose the best answer:The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues this GRANT command:GRANT ALLON orders, order_itemsTO PUBLIC;What must be done to fix the statement?A) ALL should be replaced with a list of specific privileges.B) WITH GRANT OPTION should .........【阅读全文】

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

发布时间:2019-02-12 16:25:49

......【阅读全文】

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

发布时间:2019-02-12 16:13:41

View the Exhibit and examine the structure of the CUSTOMERS table.CUSTOMERS needs to be updated to reflect the latest information about the customers.MERGE INTO customers c    USING customer_vu cv    ON (c.customer_id = cv.customer_id)WHEN MATCHED THEN&nbs.........【阅读全文】

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

登录 注册