How to use the SQL In Statement with Subquery - SQL Training Online - Quick Tips Ep40

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

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

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

    short, simple, and easy to understand.

  • @danielferede6087
    @danielferede6087 5 ปีที่แล้ว +3

    Thank you so much, I'm learning a lot from your SQL Training videos. The way you present the lesson is simply amazin!!! God bless you!!!

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

    شكراً جزيلاً لك ... لقد كان درساً مفهوماً بشكل واضح .
    .Thank you very much ... It was a lesson that is clearly understood

  • @mickeyteller
    @mickeyteller 6 ปีที่แล้ว +5

    Nice, very understandable.

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

    Thanks again Joey Helping me so much with your vids

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

    I really like your lecture. It is simple but easy to understand. You are the BEST, thanks!! :)

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

    Awesome 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

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

    Very helpful! Thank you so much! Very straight forward and easy to follow and understand.

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

    O thanks..this video was a life saver

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

    Thanks a lot ,so helpful...

  • @user-fb2mu5fw3c
    @user-fb2mu5fw3c 4 ปีที่แล้ว

    Thank you from South Korea

  • @Asssssaf
    @Asssssaf 10 ปีที่แล้ว +3

    Very helpful for me, 10x

  • @akilimckie
    @akilimckie 10 ปีที่แล้ว +3

    Thanks for sharing

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

    Thank you so much

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

    THANKS AGAIN SIR

  • @satishbhattarai4054
    @satishbhattarai4054 6 ปีที่แล้ว +1

    it was really helpful thank you

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

    easy and precise thanks buddy

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

    Quick and informative

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

    amazing explanation - thank you!

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

    Character In the video It's great, I like it a lot $$

  • @user-fp3fd4om6z
    @user-fp3fd4om6z 4 ปีที่แล้ว

    Thank you

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

    Thanks!

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

    thank you!!!

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

    Joey, Dumb question perhaps but I missed this. I am referring to the Sub-query section of this video. How can you display the column employee_number in a specific position in the table when you run the code ? For instance, say I want to insert the Employee_number to appear after the job title "Salesman"
    P.S as I write. I am in a college introduction SQL class and have recommended your video series to classmates as one of the best I have found. Thanks for your hard work.

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

      i think you need to intially create table where the position of the column emplee_number stands after the job title. about the question 'How can you display the column employee_number in a specific position in the table when you run the code?' Answer: you need to create foreign key that references column employee_number from table employee with column salesman_employee_number from table customer

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

    Great

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

    better than courser

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

    you can do the same thing with inner join , correct???

  • @nadiasaidmohammed8669
    @nadiasaidmohammed8669 6 ปีที่แล้ว +1

    Hello, I have a question here. In 3:27 the number 7654 in the saleman_employee_number is not included in the IN statement, unlike 7499 and 7521. Please advise. Thank you in advance.

    • @joeyblue1
      @joeyblue1  6 ปีที่แล้ว

      Hi Nadia,
      The initial "IN" statement just chose some random employees. The subquery is returning employees that have actually made sales. Employee 7369 did not make a sale. Employee 7499, 7521, and 7654 made sales.

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

    Contents
    Or statement
    In statement
    Sub query substitution

  • @12qasdz
    @12qasdz 6 ปีที่แล้ว +1

    thank you