SAS_Institute
A00-212 · Question #28
Given the SAS data set ONE: ONE NUM VAR ------ ----- 1 A 2 B 3 C Which SQL procedure program deletes the data set ONE?
The correct answer is C. proc sql. See the full explanation below for the reasoning.
Question
Given the SAS data set ONE:
ONE NUM VAR ------ ----- 1 A 2 B 3 C Which SQL procedure program deletes the data set ONE?
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;
- Dproc sql;
How the community answered
(21 responses)- A5% (1)
- B14% (3)
- C71% (15)
- D10% (2)
Community Discussion
No community discussion yet for this question.