Joins in MySQL | Intermediate MySQL

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 111

  • @duurduranto
    @duurduranto 9 місяців тому +32

    i looked at several videos regarding joins and believe me, your way of explaining the topic is the best.

  • @lifeasjt9584
    @lifeasjt9584 5 місяців тому +31

    6 minutes in and I already understand more than an online course I’m enrolled in. Subscribed!!😊

  • @kcmauceri
    @kcmauceri 7 місяців тому +12

    A gold mine of information. So happy I came across this boot camp.

  • @dataandengineering
    @dataandengineering 5 місяців тому +16

    The summary for the outer join is :
    ○ LEFT JOIN
    § You take everything from the left table , and the matches of the right table
    ○ RIGHT JOIN
    § You take everything from the right table and the matches of the left table

  • @MrKenneth009
    @MrKenneth009 6 місяців тому +10

    Ron Swanson redacting his birthday was a hilarious reference from the show hahaha

  • @Mister_Garibaldi
    @Mister_Garibaldi Рік тому +64

    Poor Leslie Knope isn't getting a present this year! 🤣

    • @AlexTheAnalyst
      @AlexTheAnalyst  Рік тому +8

      :(

    • @j__o__e__2739
      @j__o__e__2739 9 місяців тому

      @@AlexTheAnalyst Why does craig show up in list 2, but not list 1? Is it because Ron isnt on list 1?

    • @RMIVfitness
      @RMIVfitness 6 місяців тому +5

      What I wanna know is how Leslie is making more money even though Ron is her boss?

    • @braydj
      @braydj 5 місяців тому

      @@RMIVfitness I make more than my bosses do. Though I am in a different industry.

    • @MamaLondrada
      @MamaLondrada 3 місяці тому +1

      @@AlexTheAnalyst 16:29 in here yes the department works fine but still salary employee id = 2 Ron is missing. So the table is missing the rows. So my question is why we didnt do right join in the first join code while joining multiple tables together? So instead of missing it we could have null value on dem table. idk it came to me more logical and feeling sth is wrong and missing infos with this way. ​ @AlexTheAnalyst

  • @alkhemist6631
    @alkhemist6631 7 місяців тому +5

    Glad im in the intermediate now. I doubt I understood everything in Beginner. I will go back and come when I understand 90% of it.

  • @RunningWithConnor
    @RunningWithConnor 2 місяці тому +1

    After years in a career as sports analyst. I've been looking for ages for a course to learn SQL et al to transition out. I have some knowledge of python, R and tableau from my sports analysis ventures but I just wanted to say thanks for making this so easy to follow and free. It's such a helpful resource when it can be a little overwhelming when trying to figure out where to start.
    Done the beginner section in 1 evening, moving onto the intermediate now :)

  • @mohannadhazem5117
    @mohannadhazem5117 6 місяців тому +9

    been struggling to fuly understand joins for weeks until i stumpled on this boot camp, but in this self join xample i don't think Leslie got herself a secret santa 😂

  • @fredericnicholson80
    @fredericnicholson80 10 місяців тому +4

    Hi Alex, thanks for these great introductions. You present great examples that show the essential concepts. There is one topic though that I believe deserves some attention: The differences between the different SQL dialects. For example, If I compare this video to your intermediate SQL video on "Join", then mySQL seems to be missing the "full outer join" option.

  • @futaba6461
    @futaba6461 2 місяці тому +1

    I didn't understand anything at first but then it all fell into place.
    thank you

  • @vic8460
    @vic8460 7 днів тому

    Getting ready for an interview! This helped cleared some things up! Thanks!

  • @NoluthandoMthethwa-ei9fp
    @NoluthandoMthethwa-ei9fp 8 місяців тому +7

    Thank you, this is so helpful I’m so happy I found this boot camp

    • @palesampe
      @palesampe 8 місяців тому

      Are you in the ALX programme?

    • @Lifestudent-
      @Lifestudent- 5 місяців тому

      @@palesampeExplore AI program

  • @ВаликБондаренко
    @ВаликБондаренко Місяць тому +1

    A hard piece of material, but it was explained in a very gentle manner.

  • @BruceBeck-f1n
    @BruceBeck-f1n 8 місяців тому +1

    Great lesson Alex. It's been quite some time since I practiced any sort of JOIN in any flavor of SQL. Great review! Thanks for your outstanding work. Cheers! 🤠

  • @momohtimothy6898
    @momohtimothy6898 7 місяців тому +1

    Exactly the information i want, clear and simple...straight to the point.

  • @aalanaa
    @aalanaa 3 місяці тому +1

    joins are used to combine rows from two or more tables based on a related column between them. types of joins:
    - INNER JOIN: Returns rows with matching values in both tables.
    - LEFT JOIN (LEFT OUTER JOIN): Returns all rows from the left table and matched rows from the right table. If no match, returns NULL for right table.
    - RIGHT JOIN (RIGHT OUTER JOIN): Similar to LEFT JOIN but returns all rows from the right table.
    - FULL OUTER JOIN: Returns rows when there is a match in either table, or NULL when no match exists.
    Each join serves different purposes based on the relationships between your data tables.

  • @АртурКолован
    @АртурКолован 3 місяці тому

    the only SQL video that explains JOIN in plain english) thanks))

  • @ShreyaSridharD
    @ShreyaSridharD 7 місяців тому +1

    As a huge fan of parks and rec i enjoy learning from these video : )

  • @taiebxr
    @taiebxr 6 місяців тому +1

    thank you for this, loved the beginner series- concise amd clear!

  • @MikeJones-ql3db
    @MikeJones-ql3db 10 місяців тому +3

    Thanks a lot you make learning very easy

  • @gunfugames7430
    @gunfugames7430 3 місяці тому +2

    It's starts to get wild

  • @nategraham3980
    @nategraham3980 4 місяці тому

    this was posted on my birthday! thumbs up January babies!

  • @shobolabenjamin4454
    @shobolabenjamin4454 5 місяців тому

    Thank you ALEX for all you do.

  • @sparagg
    @sparagg 2 місяці тому

    hello, as an aside from the great info, i have to give it up to you on your attention to detail to the parks and rec canon. not having ron swanson gave me a chuckle. great content, thank you for putting this out there!

  • @nicholasriha2039
    @nicholasriha2039 26 днів тому

    Got it done thanks!

  • @RogerAmanna
    @RogerAmanna 5 місяців тому +3

    At 10:40 the +1 is added to the left table. But, when we run the query, it looks like the right table was added with one. How exactly does this work?

    • @RogerAmanna
      @RogerAmanna 5 місяців тому +6

      I found the answer to this. The join condition is emp1.employee_id + 1 = emp2.employee_id. This means that for every row in emp1, SQL will add 1 to the employee_id and then look for a match in emp2 where the employee_id equals this modified value.

    • @georgia_edits23
      @georgia_edits23 29 днів тому

      ​@@RogerAmannaThank youu for writing your findings

  • @abdur.ra8man
    @abdur.ra8man Рік тому +4

    If you don't mind make videos about creating indexes, triggers, auto_increment in mysql

    • @AlexTheAnalyst
      @AlexTheAnalyst  Рік тому +6

      Some of those will be in the advanced series next :)

  • @Victorokuo
    @Victorokuo Місяць тому

    Love your way teaching

  • @encouragepeople3772
    @encouragepeople3772 6 днів тому

    Great job sir 👍

  • @kanchanachristopher5465
    @kanchanachristopher5465 Рік тому +1

    Alex kindly make a playlist on azure.

  • @aminephus
    @aminephus 2 місяці тому +1

    The beginner videos were easy, and I thought I am too good at this, till I reached this video haha. It definitely got harder :D

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 місяці тому +1

      That's the beauty of SQL - always more to learn!

  • @sunnysisodhya
    @sunnysisodhya Рік тому +2

    Hey I Was Looking For This Video Thanks

  • @HeinHtetAung-vh3uu
    @HeinHtetAung-vh3uu 5 місяців тому

    Thank you so much, Alex. Awesome lesson

  • @Rianne421
    @Rianne421 10 місяців тому +1

    Thanks this is great!

  • @andrecarmona4695
    @andrecarmona4695 24 дні тому

    Hello, Done, Thank you so much.

  • @prejithalex4837
    @prejithalex4837 3 місяці тому +1

    In self join, Leslie is not assigned any Santa and Craig does have to buy any present. How to rectify that?

  • @paidtoshatter
    @paidtoshatter 3 місяці тому +1

    When adding columns to inner join. You have to specify a table so you put dem. Before the column name. What if you referenced the other table instead and did select sal.employee_id, age, occupation
    ?
    How will this change the resulting table when ran?

  • @NohablaEspnaol
    @NohablaEspnaol 4 місяці тому

    Thank you so much!

  • @abrahammoruti5967
    @abrahammoruti5967 Рік тому +5

    As a recruiter yourself Alex what level of skill set are you looking for when you're trying to look for a entry level analyst?

  • @Програмистпограмистев

    Thank you!

  • @realdealisai
    @realdealisai Рік тому

    hey Alex do you still have the patreon page ?

  • @V.O.I.D.7
    @V.O.I.D.7 5 місяців тому

    Thanks Alex

  • @varunchamoli9742
    @varunchamoli9742 Рік тому +1

    Sir should I Start my career in data analytics with python or sql

  • @ajithfrancis1992
    @ajithfrancis1992 5 місяців тому

    Sir in 16:49, the last query you wrote, you have added alias names for first two tables but you haven’t added alias name for parks_dept table; instead you wrote as pd. Why ??

    • @janvi2294
      @janvi2294 4 місяці тому +3

      pd is alias for parks_dept table ..we can directly write it after table name or can use "AS pd"

    • @mattchan5231
      @mattchan5231 3 місяці тому

      yeah seems to be used as a shortcut by skipping "AS" but I added that during my follow through so it makes sense to me

  • @ashutoshpandey9105
    @ashutoshpandey9105 Рік тому

    Hey, please bring more project based videos.

  • @Mr.Arshad-oc1fd
    @Mr.Arshad-oc1fd 6 місяців тому

    Hi sir thanks for this great unforgettable teaching us

  • @Mr.Arshad-oc1fd
    @Mr.Arshad-oc1fd 6 місяців тому

    On thing in my mind is that there is joining of two tables so the employee id column are showing double why should not there is only one employee id column

  • @Reddiitstories127
    @Reddiitstories127 Місяць тому

    dept_id does not show up when query,
    select *
    FROM employee_salary
    ;
    But it does show up when query,
    select dept_id
    FROM employee_salary
    ;

  • @sanju_mevada100
    @sanju_mevada100 13 днів тому +1

    Easy 😉

  • @faithgaming8770
    @faithgaming8770 4 місяці тому

    I've completed all ur videos of this course till yet but didn't understand anything in sql. What the use of these functions in sql?

  • @MinatoJunior-hl8tb
    @MinatoJunior-hl8tb Рік тому

    Hey can you make a video in how to download a program to practice data. Or is there a way for you to add it into your website for people to practice with data from outside like Jupyter but for sql

  • @joshuafriday5357
    @joshuafriday5357 8 місяців тому

    Nahh. I think Mark got one. No santa for Leslie 😅😂

  • @hisokaamorou4211
    @hisokaamorou4211 7 місяців тому

    awesome...

  • @amandaallen-ngbale4942
    @amandaallen-ngbale4942 Місяць тому

    Can I ask ? during the self join how were you able to write employee_salary emp1 and used it in the ON statement emp1.employee_id without AS?

  • @mohdparvez9148
    @mohdparvez9148 4 місяці тому

    One problem though, the first employee Leslie doesn't have a secret Santa. I guess no gift for her this Christmas ;)

  • @oloy7038
    @oloy7038 3 місяці тому

    in the analyst builder course is it the same as this one or different? thank you for those who will answer :)

  • @Earthlighte
    @Earthlighte Рік тому

    Sir, you've recommended Udemy and Coursera.... what about Analyst Builder for certification?

    • @AlexTheAnalyst
      @AlexTheAnalyst  Рік тому +3

      I think my courses are a little bit better than what you'll find on Udemy and there are practice questions integrated into the course too which Udemy doesn't have. It does have a Certificate at the end just like Udemy has :)

    • @jimieJimieMaverickstarz
      @jimieJimieMaverickstarz 3 місяці тому

      How much roughly your course fee​@@AlexTheAnalyst?

  • @EuropeLife-Style
    @EuropeLife-Style 6 місяців тому +1

    hello Sir Alex
    if I only write
    SELECT * FROM employee_demographics;
    its bring me Error have to write
    SELECT * FROM parks_and_recreation.employee_demographics;
    even if am inside demographics table.

    • @cassandraneall5484
      @cassandraneall5484 6 місяців тому

      He goes over this in the fourth video of this bootcamp (Select Statement in MySQL) but you may have the wrong schema selected in the navigator section on the side, if the parks_and_recreation isn't bolded then the data will not be automatically pulled from that data set. Hopefully this helps and I explained it in a way that makes sense, I'm still new myself so if it's not that then I don't know lol

  • @phantomavatar8841
    @phantomavatar8841 День тому

    INNER JOIN: Returns only the rows with matches in both tables.
    LEFT JOIN (or LEFT OUTER JOIN): Returns all rows from the left table, and the matching rows from the right table. If there's no match, it shows NULL for the right table's columns.
    RIGHT JOIN (or RIGHT OUTER JOIN): Returns all rows from the right table, and the matching rows from the left table. If there's no match, it shows NULL for the left table's columns.
    FULL JOIN (or FULL OUTER JOIN): Returns all rows from both tables. Where there's no match, it shows NULL for the missing side.
    CROSS JOIN: Returns the Cartesian product of both tables (all possible row combinations).
    SELF JOIN: Joins a table with itself.

  • @sarkersaadahmed
    @sarkersaadahmed 8 місяців тому

    lets put it in a logic gate
    INNER JOIN: AND GATE, IF ONE OF THE ROWS DOESNT EXIST WHILE THE OTHER DOES, ENTIRE THING GONE!!
    FULL OUTER JOIN: EVERYTHING
    LEFT OUTER JOIN:" OR gate where everything on the left will output but everything on the right will show NULL and everything on the right will only be shown if there are datas that have the same value as the values of the left
    RIGHT OUTER JOIN: VISE VERSA FOR LEFT OUTER JOIN

  • @mohammedmaher4281
    @mohammedmaher4281 2 місяці тому

    Sir I have a question..
    From where did I get that employee inputs or insights I don't have that
    I am simply implementing queries with any output
    Can you please help me with that??

  • @lovamaxy3498
    @lovamaxy3498 6 місяців тому

    Thanks for the lesson, I keep having error problem (1046), how do i resolved it.
    Thanks

  • @imvimalkumar007
    @imvimalkumar007 7 місяців тому

    Is it alright if I don't get it in the first go?

  • @IhuomaGeraldine
    @IhuomaGeraldine 7 місяців тому

    Please I need help.. I don’t think I have the data for parks department

  • @pragatheeshm.sc.577
    @pragatheeshm.sc.577 9 місяців тому

    Why are you deleting or hiding videos ?

  • @SareyFarah
    @SareyFarah Рік тому

    Have you ever Prepared already for Trigger?

  • @RajuRomina
    @RajuRomina 3 місяці тому

    i can't find 3 dataset files

  • @jatinmanhas4966
    @jatinmanhas4966 6 місяців тому

    thank you so much Alex the Analyst

  • @glenmartin952
    @glenmartin952 6 місяців тому

    I have notice something when he is renaming or assigning names, He uses AS sometimes and not in the others, Am I missing somthing?

    • @awesome_stuff_hk
      @awesome_stuff_hk 6 місяців тому

      Pls refer to limit + aliasing inmy sql video....

  • @Monica14560
    @Monica14560 9 місяців тому

    where i can download these data

  • @HamdiFreh
    @HamdiFreh 17 днів тому

    i just didn't got the point of emp1 and emp2 can anyone explain ?

  • @albertayeh-sarpong1264
    @albertayeh-sarpong1264 10 місяців тому

    Which version kf SQL is this

  • @beslandaur7729
    @beslandaur7729 11 місяців тому +2

    “Let’s look at a very serious use case for self-join”…
    Proceeds to funding secret santa.
    But what’s the real purpose of self-join in a real-world? Why would you want to join a table to itself? Just trying to understand

    • @momohtimothy6898
      @momohtimothy6898 8 місяців тому +1

      Honestly, the self join looks complicated to me.

  • @dhanushvanama1775
    @dhanushvanama1775 2 місяці тому +1

    @alextheanalysist how to get the two outputs in one query table i have tried but not getting the result and it showing database is not connected

  • @MamaLondrada
    @MamaLondrada 3 місяці тому

    16:29 in here yes the department works fine but still salary employee id = 2 Ron is missing. So the table is missing the rows. So my question is why we didnt do right join in the first join code while joining multiple tables together? So instead of missing it we could have null value on dem table. idk it came to me more logical and feeling sth is wrong and missing infos with this way. ​ @AlexTheAnalyst

  • @clarke6814
    @clarke6814 Місяць тому

    ✅complete

  • @knygrs
    @knygrs 3 місяці тому

    done

  • @AjayAnkit-bt8cp
    @AjayAnkit-bt8cp 6 місяців тому +1

    indians attendence here🎉😂

  • @sohaibamjad2878
    @sohaibamjad2878 Рік тому

    Could you please let us know that can AI replace the data analytics job? I am going to end your course on data analytics but I have heard that soon AI can replace it. Thanks

  • @userwheretogo
    @userwheretogo Рік тому

    People just keep producing identical content on UA-cam. Quite a waste of time

  • @amrabdelatyfathallah2487
    @amrabdelatyfathallah2487 7 місяців тому +1

    can i ask a question in self join you add 1 ON emp1.employee_id + 1 = emp2.employee_id, However the one added to 'emp2.employee_id ' not 'emp1.employee_id ' ?
    and another question we apply here self join using inner join , he should return for me only matches emp_id, i mean
    2 Leslie Knope 2 Ron Swanson
    3 Ron Swanson 3 Tom Haverford
    4 Tom Haverford 4 April Ludgate
    5 April Ludgate 5 Jerry Gergich
    =======================================
    like this all over until he finished them why he returned for me like self join using left join like result appear in 13:00

  • @sarkersaadahmed
    @sarkersaadahmed 8 місяців тому +1

    JOINS
    inner join
    ->inner join simply joins two database tables based on
    ->just like AND gate
    [
    SELECT *
    FROM [chemical thermodynamic and polarizability table].[dbo].[Chemical] AS c
    INNER JOIN [SQL Tutorial].[dbo].[quantum_research_papers] AS q
    ON [SQL Tutorial].[dbo].[quantum_research_papers].categories = [chemical thermodynamic and polarizability table].[dbo].[Chemical].Energy;
    ]
    D1 denotes database 1 and D2 denotes database 2 will “merge” and excliude the databases that either of the tables do not have [simply the inner join] based on the common column name between the two databases tables
    Note:
    Its best to mention the [DATABASE_NAME].[dbo].[QUERY_NAME].column_name
    LEFT JOIN is like OR gate where everything on the left will output but everything on the right will show NULL and everything on the right will only be shown if there are datas that have the same value as the values of the left
    VISE VERSA FOR RIGHT JOIN
    FULL OUTER JOIN IS EVERYTHING LITERALLY

  • @darwinrojas2208
    @darwinrojas2208 5 місяців тому

    At what point do you explain about EMP? 🥲

  • @HopeOverDebt
    @HopeOverDebt 3 місяці тому +1

    Correct me if i am wrong but this is what i understood ..........................
    3 TYPES OF JOINS :
    1. INNER JOIN
    2. OUTER JOIN [LEFT OUTER JOIN & RIGHT OUTER JOIN]
    3. SELF JOIN
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    1. INNER JOIN : RESULT WILL BE THE ONLY VALUES WHICH WILL MATCH IN BOTH TABLE1 & TABLE2 .
    2.1 OUTER JOIN [LEFT] : RETURNS ALL THE VALUES FROM LEFT AND RIGHT TABLE , BUT IF THERE ARE ANY MISSING VALUES FROM RIGHT TABLE THEN IT REPRESENTS THEM AS NULL INSTEAD OF DELETING THAT ROW .
    2.2 OUTER[RIGHT]: RETURNS ALL THE VALUES FROM RIGHT AND LEFT TABLE , BUT IF THERE ARE ANY MISSING VALUES FROM LEFT TABLE THEN IT REPRESENTS THEM AS NULL INSTEAD OF DELETING THAT ROW .
    3. SELF : THE TABLE IS JOINED WITHIN ITSELF [TABLE1, TABLE1 SITUATION ] OR SELF JOINED TABLES 🤔🤔

  • @chooselife2388
    @chooselife2388 Місяць тому

    Thanks Alex