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 Practice Questions with 184 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments