We Learn SQL #11 | Subqueries in SQL with operators ANY and ALL

Поделиться
HTML-код
  • Опубликовано: 8 июн 2020
  • Discover uses of SQL Subqueries with ANY and ALL operators. Write better inquiries and work more efficiently.
    If you want to learn or practice SQL, check out learnsql.com/.
    Hello, my name is Adrian. Welcome to another video in the series about SQL basics. In the previous video ( • We Learn SQL #10 | Sub... ), we combined multiple return values from SQL subqueries with the IN operator. Today, we’ll talk about two more similar operators: ANY and ALL. Let’s get down to them!
    Let’s learn SQL together!
    👌 Subscribe to our channel and leave a comment!
    👌 Do you want to learn SQL? Go to LearnSQL.com and choose the course or track that is best for you!
    👌 Join us on Facebook: / welearnsql
    🔊 Music: www.bensound.com/
  • НаукаНаука

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

  • @chrisolo2001
    @chrisolo2001 2 года назад +12

    This was an amazing explanation I've been just progressing through exercises like these with MIN() and MAX() until i encountered a problem that really required it.

  • @shankarghimire4492
    @shankarghimire4492 5 месяцев назад +1

    Thank you, Adrian!
    Your videos are short and sweet.
    Worth them to watch.
    Really loved them.
    Thanks!

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

    Your videos are so 'teaching friendly.' 4 minutes of your videos are worth more than their weight in gold. many thanks.

  • @virginiatenoriovelasquez2019
    @virginiatenoriovelasquez2019 8 месяцев назад +2

    Thank you so much. I finally understood how they work 🥺

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

    На английском объясняют понятнее чем другие блогеры на русском, спасибо, Автор!
    They explain in English better than other bloggers in Russian, thank you Author!

  • @-Corvo_Attano
    @-Corvo_Attano Год назад +3

    This man is a great teacher.
    Subscribed

  • @timesothanayongkul4923
    @timesothanayongkul4923 9 месяцев назад

    Thank you, I was confused about this for a bit. You video really cleared this up!

  • @mohamednouri997
    @mohamednouri997 11 месяцев назад +1

    thank you for this amazing explanation but the first one we can do like this select * from students where age > (select min (age ) from lecturer);

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

    Thank you so much, Adrian!

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

    Simple and to the point 👍

  • @MrBicholino
    @MrBicholino 8 месяцев назад

    What an amazing explanation! Congrats from Brazil.

  • @user-es5ox2wo1k
    @user-es5ox2wo1k 2 года назад +1

    thanks, you are amazing lector!

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

    Perfect easy and effective example!

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

    The best explanation. Thanks!

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

    Amazing explanation!

  • @C.Sakthivignesh
    @C.Sakthivignesh Год назад +1

    Thank you so much sir for made this video.

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

    Great work keep it up 👍

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

    doing great work

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

    Thank you !

  • @sunchosamarancho41
    @sunchosamarancho41 2 года назад

    thank you for this video !

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

    great videos!

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

    thank you thank you are lifesaver

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

    thanks man

  • @vimukthaariyasinghe8041
    @vimukthaariyasinghe8041 2 года назад

    great tutorial

  • @abusuffian9221
    @abusuffian9221 9 месяцев назад

    Thanks

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

    Thank you

  • @phiphongnguyen3352
    @phiphongnguyen3352 2 года назад

    thanks you

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

    Great

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

    Okey..

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

    You picked a very simple example, please do some more complex examples using ANY and ALL operator.

  • @powerbis.1794
    @powerbis.1794 Год назад

    ARE U HEISENBERG?

  • @gonencgokcay4540
    @gonencgokcay4540 Год назад +4

    why would you add background music to an educational video :(

  • @alanbull4219
    @alanbull4219 6 месяцев назад

    Good video - but please ditch the annoying background music

  • @shakib_04
    @shakib_04 11 месяцев назад

    Q1: Is there any student older than all lecturers in the university?
    Q2: Is there any lecturer who is younger than all students?

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

    DOESNT WORK