mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
Quizzes
Resources
Disclaimer
Contact Us
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?
order by 1, 3
orderby product, revenue desc
order by 1, 3 desc
order by product, desc revenue
Saving progress…
My progress
⚑
Something not right with this question?
Report it
Advertisement
Report this question
×
Quiz:
Loading the question…
Question
What's the issue?
The marked correct answer is wrong
Question is unclear / insufficient information
Pick the correct answer
marked correct
Describe the issue
(optional)