Which one of the following SQL programs deletes the SAS data set ONE?

Given the following SAS data set ONE:

ONE

NUM VAR

1 A

2 B

3 C

Which one of the following SQL programs deletes the SAS data set ONE?
A . proc sql; delete table one; quit;
B . proc sql; alter table one drop num, var; quit;
C . proc sql; drop table one; quit;
D . proc sql; delete from one; quit;

Answer: C

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