6. What is the FedSQL equivalent of the following PROC SQL query? proc sql inobs=5; select * from certadv.airports order by ID; quit; a. libname certadv v9 'C:\Users\Student\certadv\'; proc fedsql inobs=5; select * from certadv.airports order by ID; quit; b. libname certadv v9 'C:\Users\Student\certadv\'; proc fedsql limit 10; select * from certadv.airports order by ID; quit; c. libname certadv v9 'C:\Users\Student\certadv\'; proc fedsql; select * from certadv.airports order by ID limit=5; quit; d. libname certadv v9 'C:\Users\Student\certadv\'; proc fedsql; select* from certadv.airports order by ID limit=5; quit;
This is a knowledge-sharing community for SAS Certified Professionals and anyone who wants to learn more about becoming SAS Certified. Ask questions and get answers fast. Share with others who are interested in certification and who are studying for certifications.To get the most from your community experience, use these getting-started resources: