Which SQL procedure program deletes the data set ONE?

Given the SAS data set ONE:

ONE

NUM VAR

1 A

2 B

3 C

Which SQL procedure program deletes the data set ONE?
A . proc sql;
Drop table one;
Quit;

B . proc sql;
Remove table one;
Quit;
C . proc sql;
Delete table one;
Quit;
D . proc sql;
Delete from one;
Quit;

Answer: A

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