nerdexam
SAS_Institute

A00-202 · Question #79

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?

The correct answer is D. proc sql. See the full explanation below for the reasoning.

Question

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?

Options

  • Aproc sql;
  • Bproc sql;
  • Cproc sql;
  • Dproc sql;

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    12% (3)
  • D
    77% (20)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice