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 Dumps Valid Version with 145 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments