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

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

    Thanks a lot, i've been struggling to graps the logic behind using one or another, especially in my class where there is that querry as example that i struggled to understand until i watched the video, it really helped me "visualize" how it works. Thanks again !

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

    Thanks Doug for the Not in explanation, I don’t know how only your video made me grasp the reason why we don’t get result set. Again Thank you!

    • @agermoune
      @agermoune 5 месяцев назад

      Do you have any other Chanel or platform where you post more videos?

    • @DatabasebyDoug
      @DatabasebyDoug 4 месяца назад

      @@agermoune Hi, and thanks for asking! I'm going to start working on this channel again. Stay tuned, and let me know if you have any good video ideas that would help you!😀

    • @agermoune
      @agermoune 4 месяца назад

      ​@@DatabasebyDoug@DatabasebyDoug I'm looking forward to your upcoming content (already subscribed!). I'm especially interested in videos covering:
      Inner Join vs. Left Join: when filtering should occur (ON vs. WHERE clause).
      Best practices for SQL syntax and formatting: any additional tips beyond what you've already shared would be great.
      Advanced SQL case scenarios
      I'm happy to pay for your content and would love to know if you offer any Udemy or LinkedIn courses. Thanks for your excellent teaching style!

  • @iulianciobanu6824
    @iulianciobanu6824 2 месяца назад

    great video :)

  • @ОлексійМоренець
    @ОлексійМоренець 5 месяцев назад +2

    is 'NOT CategoryId IN' the same as 'CategoryId NOT IN' ? I've never seen the first option...

    • @DatabasebyDoug
      @DatabasebyDoug 4 месяца назад +2

      Yes, they are the same. I had to try some examples to make sure that NULL handling was the same. But you might *need* to move the NOT away from the IN to do something like WHERE NOT (CategoryID IN (1,2,3) OR another_condition)

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

    I never thought about that!

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

    Interesting. But what if someone uses an outer join in "not exists", then both becomes same.

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

    Thanks

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

    Thanks