Complex SQL Query: Watch Me Write It

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

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

  • @eminjs2319
    @eminjs2319 Год назад +7

    You are constantly producing ONLY top-notch videos. Kudos to you and please, keep this kind of stuff. It is of invaluable importance for us to see the "inner kitchen" of how professionals write complex queries.

    • @DatabaseStar
      @DatabaseStar  Год назад +2

      Thanks for the kind words! I’m glad you and others like this kind of video. It’s the first of this kind that I have made (step by step on writing a complex query) so I’ll keep making more of them.

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

    That has been the best video to teach complex SQL in a very light manner!

  • @melspiglet
    @melspiglet Год назад +2

    I love this video and find it incredibly useful. Yes, please, do more videos breaking down the thought process of writing complex queries. Funny, I was like, 'you can't put that in the WHERE clause it goes in a HAVING clause!'... and then that's what you demonstrated & the reason behind it. That boosted my confidence.

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

      Thanks, glad you like it! Great to hear you had that thought as you were watching it - I did that deliberately to show what the issue would be.

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

    You need more recognition, your videos are really helpful!

  • @-.-smile
    @-.-smile 2 года назад +1

    Amazing videos, enjoy actually your doing and healing the complex queries. Keep up the great content!

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

    Very concise. Thank you for this video!

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

    This is so good and well explained! This is perfect!

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

    This is very useful! I would love to see more.

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

      Thanks! Yeah I have more like this planned.

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

    Thank you for this well explained video, appreciate your efforts to produce this perfect content.

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

    Thank you, i am new to SQL and your chanel. You help me a lot sir.

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

      No problem, great to hear it’s helping!

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

    Thanks Ben an excellent video. At my work we write a lot of complex queries. I have often wondered if there is a 'best practice' approach to writing them.

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

      That’s good to hear you liked it and found it useful.

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

    it was a moment when u do a references using pk and fk for the tables? or u just straight do the inner joins ? great vid

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

      Thanks! You usually perform joins on the foreign key and primary key, but not always.

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

    You didn't provide the link to the hackrank question as you claimed.

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

      Ah good point! Here's the link: www.hackerrank.com/challenges/full-score/problem
      I'll also add it to the description.

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

    Unique Tutorial

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

    how to fetch first 3 and last 3 records in oracle sql in single query

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

      One way I think you could do it is a query that gets the first 3 rows (using row_number and a where clause) and filter on the top 3 and the bottom 3. Perhaps 2 queries combined with a Union All could be used too.

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

    please, next video about : "Complex PL/SQL Query: Watch Me Write It"