Chinaunix首页 | 论坛 | 博客
  • 博客访问: 595663
  • 博文数量: 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)

我的朋友

发布时间:2019-03-04 13:17:14

View the Exhibit and examine the structure of the ORDER_ITEMS and ORDERS tables.You executed the following SQL statement:FROM order_itemsNATURAL JOIN orders;A) The statement would not execute because the WHERE clause is before the NATURAL JOIN clause.C) The statement would exec.........【阅读全文】

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

发布时间:2019-03-04 11:28:27

Examine the command to create the BOOKS table.(book_id CHAR(6) PRIMARY KEY,publisher_id VARCHAR2(4),The BOOK_ID value 101 does not exist in the table.SQL> INSERT INTO books(BOOK_ID, TITLE, AUTHOR_ID)Which statement is true?B) It executes successfully only if NULL is explici.........【阅读全文】

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

发布时间:2019-03-01 14:20:17

Examine the structure and data in the PRICE_LIST table:You plan to give a discount of 25% on the product price and need to display the discount amountWhich SQL statement would give the required result?FROM PRICE_LIST;FROM PRICE_LIST;FROM PRICE LIST;FROM PRICE_LIST;(解析.........【阅读全文】

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

发布时间:2019-03-01 13:56:06

51、(12-10)choose the best answer:SQL> SELECT cust_id, cust_last_nameWHERE cust_credit_limit INFROM customersWhich statement is true regarding the above query if one of the values generated by the subquery is NULL?B) It produces an error.D) It executes but returns no rows..........【阅读全文】

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

发布时间:2019-03-01 13:14:27

Examine the structure of the MARKS table:Which two statements would execute successfully?FROM marksB) SELECT SUM(DISTINCT NVL(subject1,0)), MAX(subjectl)WHERE subjectl > subject2;FROM marksD) SELECT student_name, SUM (subjectl)WHERE student_name LIKE 'R%';(解析:C .........【阅读全文】

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

登录 注册