<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Questions Week 6 Oracle by </title>
      <link>https://padlet.com/peter_stordy/kodoqd30q2uz5cm2</link>
      <description>Please post your questions about the Oracle material here</description>
      <language>en-us</language>
      <pubDate>2023-02-02 17:51:33 UTC</pubDate>
      <lastBuildDate>2024-03-14 21:45:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/460741824/0eb60b39c1a205544081ee4f5fb1046f/Mini_Me.jpg</url>
      </image>
      <item>
         <title>Not using table JOIN ON condition</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/kodoqd30q2uz5cm2/wish/2915504533</link>
         <description><![CDATA[<p>Why are we learning to use</p><p>`SELECT &lt;columns&gt; FROM A, B WHERE &lt;condition&gt;` instead of `SELECT &lt;columns&gt; FROM A JOIN B ON &lt;condition&gt;` to join tables? </p><p><br></p><p>I think it is more prone to result in full cartesian product if we forget the `WHERE` clause and it will result in duplicate condition columns when using `SELECT *`. Is there any advantage over using `JOIN ON`?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 11:58:34 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/kodoqd30q2uz5cm2/wish/2915504533</guid>
      </item>
      <item>
         <title>WHERE and HAVING</title>
         <author></author>
         <link>https://padlet.com/peter_stordy/kodoqd30q2uz5cm2/wish/2919600884</link>
         <description><![CDATA[<p>Why is the HAVING part of SELECT called HAVING instead of another WHERE?</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-14 21:42:49 UTC</pubDate>
         <guid>https://padlet.com/peter_stordy/kodoqd30q2uz5cm2/wish/2919600884</guid>
      </item>
   </channel>
</rss>
