<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Another Typo ADVance certification Book chapter 6 Quiz6 in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Another-Typo-ADVance-certification-Book-chapter-6-Quiz6/m-p/688833#M1031</link>
    <description>&lt;P&gt;6. What is the FedSQL equivalent of the following PROC SQL query?&lt;BR /&gt;proc sql inobs=5;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;a. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql inobs=5;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;b. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql limit 10;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;c. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID&lt;BR /&gt;&lt;STRIKE&gt;limit=5;&lt;/STRIKE&gt;&lt;BR /&gt;quit;&lt;BR /&gt;d. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql;&lt;BR /&gt;select*&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID&lt;BR /&gt;&lt;STRIKE&gt;limit=5;&lt;/STRIKE&gt;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both incorrect&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 07:28:13 GMT</pubDate>
    <dc:creator>rimal_mahesh</dc:creator>
    <dc:date>2020-10-05T07:28:13Z</dc:date>
    <item>
      <title>Another Typo ADVance certification Book chapter 6 Quiz6</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Another-Typo-ADVance-certification-Book-chapter-6-Quiz6/m-p/688833#M1031</link>
      <description>&lt;P&gt;6. What is the FedSQL equivalent of the following PROC SQL query?&lt;BR /&gt;proc sql inobs=5;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;a. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql inobs=5;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;b. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql limit 10;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID;&lt;BR /&gt;quit;&lt;BR /&gt;c. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql;&lt;BR /&gt;select *&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID&lt;BR /&gt;&lt;STRIKE&gt;limit=5;&lt;/STRIKE&gt;&lt;BR /&gt;quit;&lt;BR /&gt;d. libname certadv v9 'C:\Users\Student\certadv\';&lt;BR /&gt;proc fedsql;&lt;BR /&gt;select*&lt;BR /&gt;from certadv.airports&lt;BR /&gt;order by ID&lt;BR /&gt;&lt;STRIKE&gt;limit=5;&lt;/STRIKE&gt;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both incorrect&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 07:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Another-Typo-ADVance-certification-Book-chapter-6-Quiz6/m-p/688833#M1031</guid>
      <dc:creator>rimal_mahesh</dc:creator>
      <dc:date>2020-10-05T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Another Typo ADVance certification Book chapter 6 Quiz6</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Another-Typo-ADVance-certification-Book-chapter-6-Quiz6/m-p/688868#M1032</link>
      <description>&lt;P&gt;Good eye! You are correct. Answer d. is identical to answer c., and both are wrong.&lt;/P&gt;
&lt;P&gt;Answer d. should instead read:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;d. libname certadv v9 'C:\Users\Student\certadv\';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc fedsql;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from certadv.airports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;order by ID&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;limit 5;&lt;BR /&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Another-Typo-ADVance-certification-Book-chapter-6-Quiz6/m-p/688868#M1032</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2020-10-05T13:18:28Z</dc:date>
    </item>
  </channel>
</rss>

