nerdexam
SAS_Institute

A00-212 · Question #45

Given the following partial SAS log: NOTE: SQL table SASHELP.CLASS was created like: create table SASHELP.CLASS( bufsize=4096 ) ( Name char(8), Gender char(1), Age num, Height num, Weight num )…

The correct answer is C. DESCRIBE TABLE. See the full explanation below for the reasoning.

Question

Given the following partial SAS log:

NOTE: SQL table SASHELP.CLASS was created like:

create table SASHELP.CLASS( bufsize=4096 ) ( Name char(8), Gender char(1), Age num, Height num, Weight num ); Which SQL procedure statement generated this output?

Options

  • ALIST TABLE
  • BCREATE TABLE
  • CDESCRIBE TABLE
  • DVALIDATE TABLE

How the community answered

(63 responses)
  • A
    3% (2)
  • B
    11% (7)
  • C
    79% (50)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice