Complex SQL Query Breakdown Step By Step

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

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

  • @baruchben-david4196
    @baruchben-david4196 5 месяцев назад +1

    I have to say that your explanations are clear and informative, well-organized. Thank you. You've helped break a difficult subject into bite-sized pieces I can handle.

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

      Thanks very much for the kind words! That’s what I am aiming for with my videos, so it’s good to hear it’s been achieved!

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

    Brilliant explanation, thank you. I have recently started getting more invested in understanding data and how SQL works to aid that journey. Complex queries have till now intimidated me, but your explanation made perfect sense and is actually a logical yet simple way to decompose a complex query to its constituent parts. Thank you indeed. I was thinking of using a UML diagram to replace your diagram boxes as then I can see the structure clearer.

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

      Thanks for the comment! I'm glad you found it helpful. A UML diagram would also be helpful as you suggested.

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

    very important content but sound is so low... plz have a look. ty

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

      The sound seems fine in this video when i compare it to other videos on RUclips. My older videos had low sound because my old microphone but this one should be OK.

  • @maxyudin
    @maxyudin Год назад +6

    I'm self-taught in SQL, and I use simple queries because that's all I need to achieve my goals. But I've missed this kind of explanation in my past when I googled tutorials that were faintly intelligible and confusing. Been subscribed for a while now and have watched a couple dozen of your videos. Thanks for your work!

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

      Thanks for sharing, glad you found my videos helpful!

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

    Fantastic tutorial, it's really helpful to understand how to break down the subqueries and visualize each table/column

  • @KUMAR-q3o2q
    @KUMAR-q3o2q Год назад

    I have a doubt. I have table with two fields, one field is array in table 1
    uID | Contact
    2 | 1221,1223
    3 | 1123
    Now value of 1221 and 1223 are in table Two. I want a query to join table 1 and table 2 using array of field2

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

      I'm not sure I fully understand the issue, but I think you could join the two tables together based on common values.

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

    Kindly make more videoa like this... thanks in advance.

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

    Excellent work Database Star

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

    Sir,when i am exporting data i couldn't see the ongoing exporting details in Oracle SQL developer like how many rows exporting is going on like this and how to enable this ,please help me

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

      I'm not sure why that would be happening. I assume it's something that should happen by default.

  • @kumarmv-lo1rm
    @kumarmv-lo1rm Год назад

    I was looking for something like this. This really helps. Thanks.
    Is it possible to do one with the with clause and unions and joins all together.

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

      Glad it's helpful! Sure I can do one with a with clause, unions, and joins.

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

    Its all about ... sets of all sets ... that doesnt contain themselves.

  • @ai-oo9ls
    @ai-oo9ls Год назад

    i just started learning sql, i want to ask when should i use procedure ?

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

      I've got another video on using stored procedures on my channel, ("Store procedures are better than raw SQL") which has some more detail, but there are a few advantages: easier design if there are many people or applications accessing a database, better to handle complex logic that can't be done in a regular SQL statement.

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

    Thank you for all your videos!! I thoroughly enjoy them

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

    Thank you.

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

    Nice content! Thanks.