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)- A3% (2)
- B11% (7)
- C79% (50)
- D6% (4)
Community Discussion
No community discussion yet for this question.