Very Important SQL Interview question | Over Clause | Partition By Clause

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ •

  • @sumitmittal07
    @sumitmittal07  2 роки тому +3

    Checkout the Big Data course details here: trendytech.in/?referrer=youtube_sql14

  • @evilruzario8513
    @evilruzario8513 Рік тому +20

    CREATE TABLE employee (
    firstname varchar(20),
    lastname varchar(20),
    age int,
    salary int,
    location varchar(20)
    );
    INSERT INTO employee VALUES ('sachin','sharma', 28, 10000,
    'bangalore');
    INSERT INTO employee VALUES ('shane', 'warne', 30, 20000,
    'bangalore');
    INSERT INTO employee VALUES ('rohit', 'sharma', 32, 30000,
    'hyderabad');
    INSERT INTO employee VALUES ('shikhar', 'dhawan', 32,
    25000, 'hyderabad');

  • @PiyushAtghara
    @PiyushAtghara 2 роки тому +11

    Good quality 'structured' learning material is rarely available for free. I can understand the hard work that goes into it.
    Thanks for all of it!

  • @pavanbv25
    @pavanbv25 Рік тому +5

    For reference I have created sample data,
    create table employee(
    first_name varchar(20),
    last_name varchar(20),
    age int,
    salary int,
    location varchar(20));
    insert into employee values('sachin','sharma',28,10000,'Bangalore');
    insert into employee values('pavan','sharma',30,10000,'Bangalore');
    insert into employee values('rohit','sharma',31,10000,'hydrabad');
    insert into employee values('shekar','sharma',32,10000,'Bangalore');
    insert into employee values('Rahul','sharma',33,10000,'hydrabad');
    insert into employee values('saurabh','sharma',30,10000,'pune');
    insert into employee values('kapil','dev',28,10000,'pune');

  • @pridename2858
    @pridename2858 Рік тому

    Wow!!!,another mind blowing session with ease, Thank you sir...we are learning

  • @talknow2859
    @talknow2859 5 місяців тому

    I definitely learnt something. Thanks.🎉

  • @nehamegha3384
    @nehamegha3384 Рік тому

    Don't know how to thanku for this great explanation 😍😍

  • @soumyadeep_bi
    @soumyadeep_bi 2 роки тому +4

    It would be nice if you also include the insert queries along with the videos in the description

  • @rareflower88
    @rareflower88 Рік тому

    The exact SQL that has all of Sumit's data and correct names, salary and ages, and exact column names used in this example:
    CREATE TABLE employee (
    firstname varchar(20),
    lastname varchar(20),
    age int,
    salary int,
    location varchar(20));
    INSERT INTO employee VALUES ('sachin','sharma',28,10000,'bangalore');
    INSERT INTO employee VALUES ('shane','warne',30,20000,'bangalore');
    INSERT INTO employee VALUES ('rohit','sharma',32,30000,'hyderabad');
    INSERT INTO employee VALUES ('shekar','sharma',32,25000,'hyderabad');
    INSERT INTO employee VALUES ('rahul','dravid',31,20000,'bangalore');
    INSERT INTO employee VALUES ('saurabh','ganguly',32,15000,'pune');
    INSERT INTO employee VALUES ('kapil','dev',34,10000,'pune');

  • @TrustinData
    @TrustinData 2 роки тому

    Thank you so much for such simplified explanation sir

  • @LokeshSabale
    @LokeshSabale Рік тому +1

    We will also use order by under over clause after partition by because it gives an answer in a sorting manner

  • @pravinmahindrakar6144
    @pravinmahindrakar6144 2 роки тому +1

    Crystal clear to me, thanks a lot!

  • @abhishekgawali1921
    @abhishekgawali1921 2 роки тому

    Very Nice Sesson, Crystal Clear Session

  • @talknow2859
    @talknow2859 6 місяців тому

    Very helpful 🎉🎉🎉

  • @kunju4ful
    @kunju4ful 2 роки тому

    This was the great concept taught with the benefit of using it..Thank you Sumit !!

  • @rohitavachar6389
    @rohitavachar6389 2 роки тому +1

    Thank you ☺️👏

  • @adarshbharti8782
    @adarshbharti8782 2 роки тому

    Amazing crystal clear..... Thanx a lot sir.

  • @pandulaajay7095
    @pandulaajay7095 7 місяців тому

    @sumitmittal07 sir at 14:36 you said we cannot use non aggregated values with group by but while using group by we need to non aggregated values also na if not we ll get error i was a bit confused on thiss can you please explain

  • @samidhashah542
    @samidhashah542 2 роки тому +1

    Very Helpful !!

  • @killshot57
    @killshot57 Рік тому

    Thanks legend 🙏🏻

  • @arbazmohammad3290
    @arbazmohammad3290 2 роки тому

    Good Explanation. Please Provide notes for this session.

  • @amuladhanunjay7946
    @amuladhanunjay7946 2 роки тому

    Sir please provide all sessions notes, it's more helpful to us

  • @imrohan97
    @imrohan97 2 роки тому

    Sir have you covered joins in this series?

  • @shaktijain8560
    @shaktijain8560 Рік тому

    After setup completion : 2:24

  • @vishnujatav6329
    @vishnujatav6329 2 роки тому +1

    Great session. how many more session will be there in completing the SQL?? am I eligible to face an interview If I have learn everything you have taught so far??

    • @sumitmittal07
      @sumitmittal07  2 роки тому +2

      Absolutely.. many more sessions to come.

  • @slyroy7562
    @slyroy7562 2 роки тому

    Hi sir,
    Can you make one video in Date functions and some scenarios?

  • @basudevdash3726
    @basudevdash3726 2 роки тому +1

    Hi sir, just wanted to know how many more concepts/lecture videos will be uploaded?

    • @smyphysics
      @smyphysics 2 роки тому

      till now 13 i hope..

    • @basudevdash3726
      @basudevdash3726 2 роки тому +1

      @@smyphysics that I know, because all are present in playlist.
      I am asking about future lectures.

  • @swadhinsonwane4185
    @swadhinsonwane4185 Рік тому

    sir before using partition you should have explained it first. so it becomes easy for us to understand the concept behind the query.

  • @vishnujatav6329
    @vishnujatav6329 2 роки тому +1

    Why so small session as you provide only 2 session a week, I request you to provide one session each day if session are like this much small or create 1 hour session (covering whole topic like WINDOW function in today's session) if 2 session in a week. Thank you

  • @alfabinomial6183
    @alfabinomial6183 Рік тому

    how may i suppose to get the txt file ?

  • @naveenupadhye7285
    @naveenupadhye7285 2 роки тому +2

    IF YOU PROVIDE THE DATASET AS DOCUMENTS THEN IT WOULD BE GREAT TO COMPARE THE RESULTS

  • @harshrajvaghela699
    @harshrajvaghela699 2 роки тому

    sound very slow

  • @learner-xu5tw
    @learner-xu5tw Рік тому +1

    CREATE TABLE employee (
    firstname varchar(20),
    lastname varchar(20),
    age int,
    salary int,
    location varchar(20)
    );
    INSERT INTO employee VALUES ('sachin', 'sharma', 28, 10000, 'bangalore');
    INSERT INTO employee VALUES ('shane', 'warne', 30, 20000, 'bangalore');
    INSERT INTO employee VALUES ('rohit', 'sharma', 32, 30000, 'hyderabad');
    INSERT INTO employee VALUES ('shikhar', 'dhawan', 32, 25000, 'hyderabad');
    INSERT INTO employee VALUES ('rahul', 'dravid', 31, 20000, 'bangalore');
    INSERT INTO employee VALUES ('saurabh', 'ganguly', 32, 15000, 'pune');
    INSERT INTO employee VALUES ('kapil', 'dev',34, 10000, 'pune');