您的位置:首页 > 产品设计 > UI/UE

OCP 1Z0 051 QUESTION NO: 43

2014-06-03 17:26 483 查看
QUESTION NO: 43

Exhibit contains the structure of PRODUCTS table:



Evaluate the following query:

SQL> SELECT prod_name

FROM products

WHERE prod_id IN (SELECT prod_id FROM products

WHERE prod_list_price =

(SELECT MAX(prod_list_price)FROM products

WHERE prod_list_price <

(SELECT MAX(prod_list_price)FROM products)));

What would be the outcome of executing the above SQL statement?

A. It produces an error

B. It shows the names of products whose list price is the second highest in the table.

C. It shown the names of all products whose list price is less than the maximum list price

D. It shows the names of all products in the table

Answer: B

与正式题库142重复

/article/8013348.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: