Oracle Database 12c SQL 1z0-071 Question # 56 Topic 6 Discussion

Oracle Database 12c SQL 1z0-071 Question # 56 Topic 6 Discussion

1z0-071 Exam Topic 6 Question 56 Discussion:
Question #: 56
Topic #: 6

Examine the description of the ORDER_ITEMS table:

1z0-071 Question 56

Examine this incomplete query:

SELECT DISTINCT quantity * unit_price total_paid FROM order_items ORDER BY ;

Which two can replace so the query completes successfully?


A.

quantity


B.

quantity, unit_price


C.

total_paid


D.

product_id


E.

quantity * unit_price


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.