Subqueries in SQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 25

  • @dzilen
    @dzilen 2 ปีที่แล้ว +3

    Hands-down the best explanation of subquerying out there!!! AMAZING TUTORIAL, thank you!!! 💯👏🏼🙏🏻

  • @StopWhining491
    @StopWhining491 8 หลายเดือนก่อน

    Step-by-step results make this make so much sense. Thank you for clarity!

  • @abigailnkromah3107
    @abigailnkromah3107 2 หลายเดือนก่อน

    Excellent submission!🎉 bravo

  • @hieptrinh2308
    @hieptrinh2308 4 ปีที่แล้ว +1

    Hi Dave, you have the best of the best way to explain SQL. You take the mystery out of learning SQL...

  • @damilolaodili559
    @damilolaodili559 4 ปีที่แล้ว +2

    Thank you so much for this. I've been battling with how the subquery works in the entire SELECT statement and I keep messing up its actual usuage, especially using the IN/NOT IN clause.

  • @activelivingchallenger4298
    @activelivingchallenger4298 3 ปีที่แล้ว

    To clarify the IN and NOT IN, I think you must have only 1 column so you can treat it like a list for the IN or NOT IN. He doesn't explicitly say that, but I think that is implied.

  • @theo-toussainthoward49
    @theo-toussainthoward49 ปีที่แล้ว

    Great job

  • @frankwills414
    @frankwills414 2 ปีที่แล้ว

    Great explanation !. I understand it better now

  • @amolpathakndb
    @amolpathakndb ปีที่แล้ว

    I wish i could like this video 1000 times

  • @pop2mcar
    @pop2mcar ปีที่แล้ว

    Dave, great video!

  • @tubesanedude6227
    @tubesanedude6227 3 ปีที่แล้ว

    thanks a lot Mr. you simplified it way better than my lectures

  • @jeffbeckinc
    @jeffbeckinc 4 ปีที่แล้ว

    Well explained and well done video. Thank you Dave

  • @oggyoggyoggyy
    @oggyoggyoggyy ปีที่แล้ว

    This is a great and very clear tutorial

  • @wendya2309
    @wendya2309 2 ปีที่แล้ว

    perfectly explained. Thank you.

  • @abdulelahessa2901
    @abdulelahessa2901 2 ปีที่แล้ว

    that is great teacher thank you

  • @superfreiheit1
    @superfreiheit1 4 ปีที่แล้ว

    06:50 you could also answer this question with a join statement. Are subqueries better?

  • @henrypatrick1502
    @henrypatrick1502 ปีที่แล้ว

    Hi Sir for the second example, Find all students who are not enrolled in CS 105.
    Can't it be solved with a Join?

  • @Misfit_FATDUCKY
    @Misfit_FATDUCKY 5 ปีที่แล้ว +1

    thank you!!!

  • @ni12907
    @ni12907 3 ปีที่แล้ว

    great tutorial thanks

  • @alirezaghanbarzadeh1679
    @alirezaghanbarzadeh1679 3 ปีที่แล้ว

    thank you

  • @theignantchannel8544
    @theignantchannel8544 2 ปีที่แล้ว

    For 6:00 , why not just do a JOIN WHERE NOT IN (12345678, 333566891) , Bad example. The reason these kids cant understand subqueries.

    • @gotchihaeyo1825
      @gotchihaeyo1825 2 ปีที่แล้ว

      You mean..
      where course_name != 'cs 105'
      That's not a bad example. Some might prefer subquery instead of using join.

  • @P_Belle
    @P_Belle 5 ปีที่แล้ว

    Youre at BU? Wow!

  • @soldadopreciso
    @soldadopreciso 7 ปีที่แล้ว

    thanks pal.