MySQL SELF JOINS are ... ughhh

Поділитися
Вставка
  • Опубліковано 4 лис 2022
  • #MySQL #tutorial #course
    00:00:00 example 1
    00:05:44 example 2
    00:00:00 conclusion
    SELECT a.first_name, a.last_name,
    CONCAT(b.first_name," ", b.last_name) AS "reports_to"
    FROM employees AS a
    INNER JOIN employees AS b
    ON a.supervisor_id = b.employee_id;

КОМЕНТАРІ • 42

  • @BroCodez
    @BroCodez  Рік тому +15

    SELECT a.first_name, a.last_name,
    CONCAT(b.first_name," ", b.last_name) AS "reports_to"
    FROM employees AS a
    INNER JOIN employees AS b
    ON a.supervisor_id = b.employee_id;

  • @israelrodriguez331
    @israelrodriguez331 7 місяців тому +35

    Your explanations are on point. My professor is pretty much like “Figure it out yourself, look at the PPT” SMH.

    • @MrTekniqs
      @MrTekniqs 2 місяці тому +4

      Most of my college education right here. “Hey guys we’re going to learn Java. Here’s a piece of paper with some code. I’m a math teacher good luck.”

  • @MrBicholino
    @MrBicholino 8 місяців тому +18

    Best self join explanation I've found so far. 10/10!!!

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

    Thanks a ton for making this series! Subbed!!

  • @jina5920
    @jina5920 4 місяці тому +7

    You're the best teacher ever !!!! I really appreciate your work for us!!!

  • @joe-hd3uv
    @joe-hd3uv 9 місяців тому +3

    Dude this was so incredibly helpful. Thank you!

  • @Lulu-ck3ji
    @Lulu-ck3ji Рік тому +1

    a chad in explaining. Thanks much!

  • @ubaidullah6744
    @ubaidullah6744 11 місяців тому +3

    Its a great video easy to understand Thank you, some people over explain things that makes it over complicated but after watching this video it looks pretty simple now.

  • @johnvak7390
    @johnvak7390 5 місяців тому +1

    thank you for explaining!

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

    EXCELLENT EXPLANATION ! thank you

  • @ShaikMoAbdullah
    @ShaikMoAbdullah 4 місяці тому +1

    This was awesome. Thank you

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

    Your explanation is awesome!

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

    truly and bro coder appreciate it bro

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

    Thanks! joins were pain until I found you

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

    thank you that was great!

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

    SO helpful.. thank you !

  • @beckybioh8695
    @beckybioh8695 20 днів тому +1

    Bro, can you do an Oracle DBMS series too😍...your videos are life savers! God bless you!

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

    I'm pretty sure my teacher will somehow over-complicate this course if they ever teach this lol.

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

    you are amazing

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

    best video on self join

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

    Bro, nice vid. ONE QUESTION! What keyboard shortcut are you using to track to the beginning of a word? As you have done it makes more sense for me to type the column and THEN the table even though sql syntax requires this info in the opposite order. The shortcut would make it easier - i cant find it online.🙏

    • @justinprice1929
      @justinprice1929 Рік тому +4

      He's probably using Ctrl+'any-arrow-key' for PC, and it would be Command+'any-arrow-key' for Mac.

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

    nice BRO!

  • @MaedehDehghan-vx6hx
    @MaedehDehghan-vx6hx 3 місяці тому

    that was practical. thanks

  • @user-gh1tk2dc3l
    @user-gh1tk2dc3l 7 місяців тому

    Thanks Bro

  • @omega_sine
    @omega_sine Рік тому +4

    I never knew Mrs. Puff’s first name was Poppy 🤯

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

    super easy and helpful

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

    I have a question which making me not getting this whole self join thing why couldn't we refer our join condition on table A customer ID =table 2 manager ID why did we have to refer to the foreign key of the first table instead of the primary key.your answer is greatly appreciated.

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

    u are great but can u do tut for website full course

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

    How can i change my screen to see the same way you do?
    Pleaseeeee.
    Thanks for your video!

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

    I knew from the title (self joins are...ughhh) 😆 it's not as usual.

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

    i am a beginner... We have to create employee ids such a way that when we write the code, it has to point the correct way right? I mean what if we made Mr. Squidward's employee id 6?

  • @princeakinolaoluwagbemigag1750

    Top 10

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

    i want to ask a question, why after we use the inner join, on a.supervisor_id = b.employees_id; the sandy name will repeated a few times, i still didnt get why

    • @user-of9pw6ql4m
      @user-of9pw6ql4m 8 місяців тому

      Because she is a supervisor of multiple people. You're looking at each row of the left table and see who is the supervisor for each employee in that table which is Sandy except for Sandy herself. Her supervisor is Crabs.

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

    bro need full join also bro please.........

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

    Let's be honest.. Krabs isn't gonna comp ANYONE a free meal.

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

    First

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

    bilibili

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

    Jesus Christ was lifted in the cross to pay for our sins, everyone who believes in him shall have eternal life John Cap. 3 | NIV-EN
    14 Just as Moses lifted up the snake in the wilderness, so the Son of Man must be lifted up,
    15 that everyone who believes may have eternal life in him.”