MySQL Database Tutorial – 23 – Outer Joins




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …

Original source


25 responses to “MySQL Database Tutorial – 23 – Outer Joins”

  1. Thanks Bucky, for the great tutorials, I know I'm very late here, but also upset to see that you didn't provided the database links in the video description Also your TNB thing is down. You should have then provided the links. I found those files in the video description but that not the table you changed in this video. Thanks.
    btw, your gf is cute 😀

  2. 2:02 you are basically showing the same id twice for each row so you could just use (SELECT i.seller_id, i.name) and all it does is show one less column and makes more sense. THANK YOU FOR THESE GREAT VIDEOS BUCKY HAVE BROUGH ME UPTO SPEED QUICKLY

  3. At school I was taught that joining tables shouldn't be done using the WHERE clause, instead you should use NATURAL JOIN, ON, or USING. But I guess it's just personal preference..

    Love the tutorials by the way, best on YouTube!

  4. The ON portion of the query could use more explaining.  I've gone through your entire javascript playlist and all the way up to here in your mySQL and this is the only thing I really couldn't wrap my head around.  You're still batting a 1,000 but yeah… no comprehende.

Leave a Reply