您的位置:首页 > 其它

OCP-1Z0-051 补充题库 第44题 NATURAL JOIN自然连接

2015-04-03 22:14 513 查看
一、原题

View the Exhibits  and examine the structures of the PRODUCTS,  SALES,  and CUSTOMERS  tables.







You issue the following query:

SQL>SELECT p.prod_id,prod_name,prod_list_price, quantity_sold,cust_last_name

         FROM products p NATURAL JOIN sales s NATURAL JOIN customers c

         WHERE prod_id =148;

Which statement is true regarding the outcome of this query?

A. It executes successfully.

B. It produces an error because the NATURAL join can be used only with two tables.
C. It produces an error because a column used in the NATURAL join cannot have a qualifier.
D. It produces an error because all columns used in the NATURAL join should have a qualifier.

答案:C

二、题目翻译

这个题目的翻译和解析详见

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