nerdexam
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)
  • A
    5% (1)
  • B
    14% (3)
  • C
    71% (15)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice