Which SQL statement produced this output?
The following partial output was produced from the SAS Dictionary Tables.

Which SQL statement produced this output?
A . proc sql;
select * from dictionary.macros
where scope = ‘global’;
quit;
B . proc sql;
select * from dictionary.macros
where scope = ‘GLOBAL’;
quit;
C . proc sql;
select scope, name from dictionary.macros
where scope = ‘global’;
quit;
D . proc sql;
select scope, name from dictionary.macros
where scope = ‘GLOBAL’;
quit;
Answer: D
Latest A00-282 Practice Questions with 145 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments