20 Years of SQL Advice in 11 Minutes

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

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

  • @anotherme4638
    @anotherme4638 Месяц назад +4

    "Tip 18 : Before you run Update or Delete statement run it as Select statement first"
    ooh man, I learned this tip the hard way.
    Again, This is an amazing videos, thanks a lot for sharing these tips

  • @hasnaouiacademy7899
    @hasnaouiacademy7899 Месяц назад +1

    Your channel literally changed my life, I am backend I learned sql and database but I found your channel amazing
    Thanks a million 😊

    • @DatabaseStar
      @DatabaseStar  Месяц назад +1

      Wow thanks for the kind words. I’m glad you like the channel 😊

  • @glennmorrow2755
    @glennmorrow2755 День назад +1

    Isn't a CTE though just some sugar syntax for a temp table - which you can also name what you want. Maybe under the hood it has some more efficiencies but I think a temp table may offer some slight additional freedoms also (you can do all sorts of work on it before calling it in a later join, and even have that work interspersed with other work first also. I think CTEs look cleaner and keep the code tidy but I tend to use temp tables and just go wild (Lol).

    • @DatabaseStar
      @DatabaseStar  15 часов назад

      It's like syntactic sugar for a subquery, rather than a temp table. It's similar to a temp table however there is no database object created. As you mentioned, a temp table has some additional freedoms and you can do more work with them before the main query.

  • @imadabab
    @imadabab Месяц назад +1

    Nice tips. Thanks for sharing. I have subscribed.

  • @maxyudin
    @maxyudin Месяц назад

    Watching your channel, I realize how many mistakes I made in my old web projects. If I encounter SQL again, I will be many times smarter. Thank you so much!
    P. S. Only a handful of subscribers for such a useful channel. That's not right.

    • @DatabaseStar
      @DatabaseStar  Месяц назад

      You're welcome! I also wish I knew a lot of these things early in my career.

  • @deeppatel4002
    @deeppatel4002 Месяц назад +1

    THANKS FOR THIS RELLY HELPFUL

  • @TheCodeConnoisseur
    @TheCodeConnoisseur Месяц назад +1

    Fantastic Advice!

  • @neila880
    @neila880 Месяц назад

    Excellent tips. Thank you!

  • @proatgaimz
    @proatgaimz Месяц назад

    Great advice, thanks Ben!

  • @Emiliopful
    @Emiliopful Месяц назад

    Thanks for the tips!

  • @patrickkahng2274
    @patrickkahng2274 Месяц назад

    Excellent. Thank you.

  • @dn9416
    @dn9416 Месяц назад

    Thanks Ben

  • @charliesta.abc123
    @charliesta.abc123 Месяц назад

    Tip number 18, I learned the hard way 5 years ago 😢

    • @DatabaseStar
      @DatabaseStar  Месяц назад +1

      Oh yeah this tip can definitely be learned the hard way (I've done it too)

  • @yatambarolijie-ud8ed
    @yatambarolijie-ud8ed Месяц назад

    THANK YOU BIRO FROM ETHIOPIA ADDIS ABABA

  • @patrickkahng2274
    @patrickkahng2274 Месяц назад

    Excellent. Thank you.