Oracle Database 12c SQL 1z0-071 Question # 60 Topic 7 Discussion

Oracle Database 12c SQL 1z0-071 Question # 60 Topic 7 Discussion

1z0-071 Exam Topic 7 Question 60 Discussion:
Question #: 60
Topic #: 7

Examine the description of the PROMOTIONS TABLE:

You want to display the unique is promotion costs in each promotion category.

Which two queries can be used?


A.

SELECT DISTINCT promo_category, promo_cost FROM promotions ORDER BY 1;


B.

SELECT promo_cost, promo_category FROM promotions ORDER BY 1


C.

SELECT promo_category, DISTINCT promo_cost FROM promotiong ORDER BY 2:


D.

select DISTINCT promo_categoryIl ‘has’||promol_cost as COSTS FROM promotions ORDER BY 1:


E.

SELECT DISTINCT promo_cost ||’in’IIDISTINCT promo_category promotions ORDER BY1:


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.