Running Sum in SQL | Analytical Functions Advanced SQL | Ashutosh Kumar

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

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

  • @AshutoshKumaryt
    @AshutoshKumaryt  2 года назад +3

    👉 SQL Portfolio Project Indian Census- Part 1
    ruclips.net/video/I3YvjFfn478/видео.html

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

    One of the most underrated channel for SQL Tutorial. Keep it up bro! 🙏👍

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

    I have already gone through your previous video , due to which i was able to solve this problem before watching solution part .Thank you for the awesome content !

  • @osoriomatucurane9511
    @osoriomatucurane9511 9 месяцев назад +1

    Great tutorial, sir. Getting the running total or cumutive is very common in business and statistics. Honestly i feel that SQL must have a very simple straitforward way of getting that instead of a cumbersome or convulte way!

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

    awesome sql interview video series kindly continue as per 2024 standard interview question

  • @vijaygupta7066
    @vijaygupta7066 10 месяцев назад +1

    Too good way explained.
    Request you please make same kind of videos on other topics also

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

    Hey Ashutosh,
    For me :
    --- First table -->
    select * , sum(Sales) over( order by date) from runningSum;
    -this is also working and I haven't gone through your row between video but can you check if that is important over her.
    ---Second Table--->
    select * , sum(sales) over (partition by State order by date ) running_Sum from runningSum2;
    -same for this one

  • @soumyasaxena77
    @soumyasaxena77 6 месяцев назад +1

    great way of explaining! tysm

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

    select *, sum(Sales) over(partition by State order by Date) from running_sum_partition;
    select *, sum(Sales) over(partition by State order by Date rows between unbounded preceding and current row) from running_sum_partition;
    if i execute both query separetly getting same answer. In second query if we don't use rows between still getting same answer.
    could you please clarify it?

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

    Hi Ashutosh
    can you please provide the exact table or exact Excel sheet (in that github link not able to find the table)

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

    Thanks for this concept. Very well explained!!

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

    Hey Ashutosh can you tell me how to find the rolling sum or moving average in case the some of the dates in between don't have their respective Sales values.

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

    Very good👍

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

    I am not able to understand why unbounded following doesn't work, if unbounded preceding has no problem

  • @SandipanSarkar-c8v
    @SandipanSarkar-c8v 6 месяцев назад

    Finished watching

  • @creativedeep6199
    @creativedeep6199 7 месяцев назад

    thank you sir, main Non It ka hoon aur main is Query ko 3 saal se dhoond raha tha. bhut si mili bhi lekin results jo chahiye tha wo nhi mila abb ja kar mila

    • @AshutoshKumaryt
      @AshutoshKumaryt  7 месяцев назад

      Kya baat ha, pehli baar Aisa kuch suna

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

    Exalant

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

    can you change the intro buzz music 😅.. besides vdos are very knowlegable

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

    same question ask to me in SQL interview

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

    Maja aa gaya