A00-212 Exam QuestionsBrowse all questions from this exam

A00-212 Exam - Question 13


Given the following partial SAS log:

Which SQL procedure statement generated this output?

Show Answer
Correct Answer: C

The SQL procedure statement that generated this output is 'DESCRIBE TABLE=SASHELP.CLASS'. The DESCRIBE statement in SQL is used to provide the structure of an existing table. The output shows the structure of the SASHELP.CLASS table with its columns and data types, which aligns with what the DESCRIBE statement would produce. Other options like DECREASE, CONTENTS, and ATTRIBUTE are either not valid statements or do not match the output shown.

Discussion

2 comments
Sign in to comment
psreddyOption: A
Jun 10, 2019

A is the correct answer

SugarlipsOption: C
Nov 21, 2019

C is the answer... never heard of option A

Sugarlips
Nov 21, 2019

the equal sign in C in not required