Which SQL procedure clause completes the program and generates the desired output?

Given has SAS dataset ONE:

The following SAS program is submitted:

Proc sql;

<insert SQL clause here>

from one;

quit;

The following output is desired:

Which SQL procedure clause completes the program and generates the desired output?
A . Select salary, salary*.10 var=BONUS
B . Select salary, salary*.10 label=’BONUS’
C . Select salary, salary *.10 column=’BONUS’
D . Select salary, salary*.10 name=’BONUS’

Answer: B

Latest A00-212 Dumps Valid Version with 184 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments