Advertisement
1 / 8
Set - 001 - Part 14
Question 1 of 8



Given the following SAS program:;

proc sql;
select product, type, sum(sales) as revenue
from one
group by product, type;
quit;

Which one of the following clauses should be added to the program to sort the output by
PRODUCT and decreasing REVENUE?




Saving progress… My progress
Advertisement