How To Join Data In SQL Inner Join, Left Join, Right Join, Outer Join | Relational Database Model

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 34

  • @LearnBI
    @LearnBI  3 года назад +1

    ⬇️ START YOU BI JOURNEY HERE ⬇️
    🔥 GET THE ULTIMATE GUIDE TO GOOGLE DATA STUDIO 🔥
    HEAD ON OVER TO geni.us/datastudiocourse

    • @dm1tryr905
      @dm1tryr905 Год назад

      In which playlist this video is?

  • @osoriomatucurane9511
    @osoriomatucurane9511 Месяц назад

    Awesome tutorial, crystal clear and concise. Finally someone gave a detailed account of the joins and how to address the potential caveats assotiated with. Well done

  • @AH-vm4mc
    @AH-vm4mc 3 года назад +7

    I have recently been very interested in data science. Must say that this video is highly requested since many beginners struggle with JOINS. Thank you :)

    • @LearnBI
      @LearnBI  3 года назад

      Thanks for the feedback. Very happy to help!

  • @hvbris1
    @hvbris1 3 месяца назад

    That was excellent -- you just helped me loads with this video. Thanks mate!

    • @LearnBI
      @LearnBI  3 месяца назад +1

      Great to hear!

  • @jamiephillips6359
    @jamiephillips6359 3 года назад +4

    Great video thanks. I have no prior experience of coding but would love to transition into business analytics from sales but often feel as I’m 30, it’s probably too late to learn

    • @LearnBI
      @LearnBI  3 года назад +1

      Thanks for the feedback. I didn't start in BI until my 30s so it's definitely not too late!

  • @amirem9744
    @amirem9744 Год назад +1

    very clear and short, thank you very much!

  • @hekmahome
    @hekmahome 3 года назад +2

    Very insightful for me as a person reskilling to BI

    • @LearnBI
      @LearnBI  3 года назад

      Thanks for the feedback, I'm glad you found it helpful!

  • @Tommy_007
    @Tommy_007 Год назад +2

    I like your other SQL videos. The explanation of the first type of join in this video was clear, but I think that the rest are too fast for most people who don't know them already.

    • @LearnBI
      @LearnBI  Год назад

      Sorry it wasn't clear for you but hopefully it made you want to find out more. There are loads of videos on RUclips that will go into more detail.

  • @smileandlaughs
    @smileandlaughs 3 года назад +1

    Thank you.

    • @LearnBI
      @LearnBI  3 года назад

      You’re welcome!

  • @markc3786
    @markc3786 2 года назад +1

    One thing that I thought was potentially confusing in the 3 table join example: a given order# has multiple rows in the order table, each with it's own quantity and amount. When adding return status, it seems to me you'd therefore need to know which row of the order is being returned. If an order can only be returned in total, that strikes me as ambiguous. The visual earlier in the video has row_ID in both tables, but it appears those are not common. There's further evidence of this when seeing the returns table only has consecutive row_IDs and does not have repeats of the order#. From that, I'm gathering that orders are returned only in total (e.g. all rows hit with the return). If true, I find it's confusing to have orders returned in a manner (all rows) which is different from how the order seems to work (each row of the order can have individual characteristics).
    I didn't see anything in the video that specifies that distinction (all or nothing vs partial return) -apologies if I missed it or there's some other aspect I misunderstood.
    Btw, really enjoy these videos and how concise they are. Thanks.

    • @LearnBI
      @LearnBI  2 года назад +1

      Good observation. Bear in mind that this is just dummy data, not real world, but I do take your point. In this case, the returns data only contains an Order_id so that's all we've got to play with. I didn't create this data set BTW.
      FYI each table will (or at least should) have its own row id so this is normal but they are not related to each other.
      I'm really happy to hear you're liking the content, more to come soon. Do you have any suggestions for new videos?

  • @kosinale
    @kosinale 2 года назад +2

    In roughly 2:10 you are presenting 2 tables LEFT(Orders) and RIGHT(Managers).
    How do you know which one of these two is LEFT and which one is RIGHT?

    • @kosinale
      @kosinale 2 года назад +3

      The Left table is the first table in the select. Got it!

    • @LearnBI
      @LearnBI  2 года назад +2

      You got it!

  • @stevenpeterson2587
    @stevenpeterson2587 Год назад +2

    Why is returns in the Select area blue?

    • @LearnBI
      @LearnBI  Год назад

      Have you got a time stamp for me so I know what I should be looking at?

  • @aleksandarkocare8433
    @aleksandarkocare8433 3 года назад +1

    great video...where to find this excel fie:) thanks

  • @JohnnyLt
    @JohnnyLt 3 года назад

    Too much stocks video fillers, not enough area highlight & visual demonstration with the teaching speech. However, good content

  • @COOKINGBIRD
    @COOKINGBIRD Год назад

    I'm so grateful for the SQL tutorial video. Thank you for sharing your knowledge. 😊📹💾

  • @collinkaminski5619
    @collinkaminski5619 Год назад

    do you have any recommendations for free SQL certifications that would look good on a resume for an industrial engineer with 1 year of manufacturing experience and 1 year of database programming experience?

    • @LearnBI
      @LearnBI  Год назад +2

      Free SQL certifications aren't going to get you a job. A project portfolio will.

    • @collinkaminski5619
      @collinkaminski5619 Год назад

      @@LearnBI So should i be making my own small scale projects? In college I made a small scale healthcare database for class, but i dont have access to it anymore.

    • @LearnBI
      @LearnBI  Год назад +1

      Yes, you need a portfolio of projects that showcase your talents and understanding of analytics. I’ve create a project on the channel: Data Analyst Portfolio Project - SQL | Step-by-Step Guide From SQL Database to Interactive Dashboard
      ruclips.net/video/0rB_memC-dA/видео.html

    • @collinkaminski5619
      @collinkaminski5619 Год назад +1

      @@LearnBI awesome, ill check out the video. Thank you for the help!