Lead/Lag Window Analytical functions in SQL | Advance SQL concepts

Поделиться
HTML-код
  • Опубликовано: 10 фев 2022
  • In this video we will learn lead/lag analytical functions. these functions are used when you need to compare current row with another previous or next row. Very important for interview preparation as well.

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

  • @ianpropst-campbell6028
    @ianpropst-campbell6028 Год назад +2

    This was a helpful demonstration of the lead and lag functions. Thank you!

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

    Short crisp and really informative!

  • @amitkushwah8401
    @amitkushwah8401 10 месяцев назад

    Really Good. Explained in the simplest way.

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

    As usual, great content. Excellent work. thank you

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

    Awesome 😎👍.. such a lovely & simple explanation 😊

  • @shubhammeshram8504
    @shubhammeshram8504 4 месяца назад +1

    Great. Very informative 😀.

  • @ShriJi-Rasoi
    @ShriJi-Rasoi Год назад +2

    That's the best explanation I found on lead and lag, thanks bro

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

    very informative video ... Thank you

  • @rks.siddhartha
    @rks.siddhartha 2 года назад +6

    I always get confused with the combination of lead/lag and order by in the over clause which lead to couple of tries to get the desired output, faced similar confusion today and searched your channel for the these functions. Thank you for covering exactly what I was looking for!!

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

    It is well explained. The example is aweomse. Thank you, Ankit!!

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

    Crisp and clear explanation!

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

    Thank you for the great examples!

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

    Crisp and clear

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

    Thanks for your valuable knowledge Sharing. Although I learned SQL but everytime I came here , always feel I know nothing.
    Keep Good work going 👍 & also if possible please start sharing your knowledge on Python it will be very helpful.
    Thanks

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

    Thanks men it helps

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

    Very neatly explained!

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

    Thank you, I have got a job with 50% , I have learnt virtually from your videos, my concept got clear . Thank you so much

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

    Excellent explanation, especially with real time scenario example

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

    Congratulations and thanks.

  • @ankush_in_sync5998
    @ankush_in_sync5998 23 дня назад

    Love you sir, love you

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

    Hi Ankit,
    I am using history table where create_dt is the indicator for comparison between 2 rows, I have used this lag logic to generate scd2 on my history table. Thanks

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

      Hi... I am also probably looking for the same thing . I have a table which has Scd2 records and the last active records ends with high end dt something like 2200-01-01
      Do u think this logic will work with some twigs ofcourse?

    • @mdfurqan
      @mdfurqan 11 месяцев назад +1

      @@apexemperor yes have implemented and working fine

  • @DishantGupta-t
    @DishantGupta-t 2 месяца назад

    Helpful 👍

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

    Order_date column is in text format , maybe that is why it is giving me null select month(order_date) from superstore data table. Can you please suggest why is this happening. it pull null values for me. I am using MySQL workbench and when I use select EXTRACT(MONTH FROM Order_Date) as month from superstore_orders; it pulls null values for all the columns . Can someone help please.

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

    It really good if you can provide the dataset link so that we can practice simultaniously

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

      Look online, lots of datasets

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

    do bring some more example question related to sql topics and provide data shert for practvie sir

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

    Excellent

  • @prasadchowdary4870
    @prasadchowdary4870 8 месяцев назад

    Where we can download the superstore data

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

    Hi Ankit ,
    What change should do in the query
    If I want to see the sales of same period last year till the date
    (YTD previous year)? Can you help ?

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

      Create a YTD Flag first and use that as a filter?

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

    Thanks buddy...

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

    Suppose we have the YEAR, Revenue column but the year is 2012, 2015, 2016, 2017, and 2019 then this case how to calculate the missing default year 0 and subsequent.

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

    Can you make a video on the code which is different in different database like oracle, mysql workbench, postgresql, ms server?

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

    thank you

  • @jasleenkaur-cw2fw
    @jasleenkaur-cw2fw Год назад

    can you please provide the dataset?

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

    Please provide the create and insert query so that we can practice

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

      Rashi scripts are there in most the videos description box. Will fix if anyone is missing

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

      @@ankitbansal6 can you let me know in which video you have imported the data or share the link I cant find it

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

      @@rashisingh8225 You can check in description box only for individual videos

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

    Why use sql when we have powerful tools like powerbi , tableau ? I am very curious and no way mean to disrespect . Please answer

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

      SQL is used for storing and retreiving data from database. Power BI and tablaeu are the data visualization tools. Here we just load data and make visualizations from it.

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

      @Harsh, that is a valid and legitimate question. I had the very some concern but after doing some training in SQL, now I understand that it is a must skill to command in data analytics.
      You are absolutely right there are powerful data analysis tools such as power query, power BI, Python and R.
      We need SQL because is where we will often get plain raw data stored in multiple related tables (RDBMS).
      So we have to query and retrieve the subset or dataset we are interested in for detailed analysis using those powerful data analysis tools.
      Hardly you will get stored in spreadsheet and tabular format like Excel, or CSV and ready for analysis.
      In a nutshell, we need SQL for extracting datasets from database and then transform and get loaded in a powerful data analysis tool.

  • @apexemperor
    @apexemperor 11 месяцев назад +1

    Hi... I am also probably looking for the same thing . I have a table which has Scd2 records and the last active records ends with high end dt something like 2200-01-01
    Do u think this logic will work with some twigs ofcourse?
    Came across your channel yesterday and there are lot of things to learn ❤

    • @ankitbansal6
      @ankitbansal6  11 месяцев назад +1

      What exactly do you want to achieve from your scd2 table ?