STRING AGG IN SQL | Advanced SQL | Ashutosh Kumar

Поділитися
Вставка
  • Опубліковано 10 вер 2022
  • Sql one of the most important language asked in most of the analytics interviews,in this series i have discussed some advanced level sql concepts that are frequently asked in data analyst,business analyst interviews. In this video i have covered non equi joins concepts in sql
    👉Query -
    drop table if exists details;
    -- create a table
    CREATE TABLE details (
    custid varchar(200),
    orderid integer,
    item varchar(200),
    quantity integer
    );
    -- insert some values
    INSERT INTO details(custid,orderid,item,quantity)
    values ('c1',1, 'mouse', 2),
    ('c1',1, 'keyboard', 3),
    ('c1',1, 'headphone', 5),
    ('c1',1, 'laptop',1 ),
    ('c1',1, 'pendrive', 3),
    ('c2',1, 'tv', 2),
    ('c2',1, 'washing machine', 2),
    ('c2',1, 'mobile', 1),
    ('c2',1, 'earphones',3 );
    👉 Complete playlist on Sql Interview questions and answers
    • HackerRank SQL problem...
    ---------------------------------------------------------------------------------------------------------------------
    Check out some more relevant content here
    👉 How to Learn SQL
    • How to learn sql for b...
    👉 How to become a business analyst complete roadmap-
    • Business Analyst Compl...
    👉 How to become a data analyst complete roadmap-
    • Data Analyst Complete ...
    👉 Top 3 you tube channels to learn sql for free for beginners
    • Video
    👉 Rank ,Dense Rank, Row Number in sql -
    • RANK - DENSE RANK - RO...
    👉 Cross join in sql
    • CROSS JOIN SQL
    👉 union join in sql
    • UNION IN SQL
    👉 left join in sql
    • LEFT JOIN IN SQL
    👉 Right join in sql
    • RIGHT JOIN IN SQL
    👉 Inner join in sql
    • INNER JOIN IN SQL
    👉 Introduction to tables and databases in sql -
    • INTRO TO TABLES AND DA...
    👉 Aggregate Function in sql
    • AGGREGATE FUNCTION IN SQL
    👉 Functions in sql-
    • IMPORTANT FUNCTIONS IN...
    👉 String Function in sql
    • STRING FUNCTIONS IN SQL
    👉 CRUD operations in sql
    • CREATE- READ- UPDATE-D...
    👉 Autoincrement in sql
    • Auto Increment in SQL ...
    👉 Primary Key in sql-
    • PRIMARY KEYS IN SQL - SQL
    👉 Null and Default values in sql-
    • NULL AND DEFAULT VALUE...
    👉 Data types in sql-
    • Data types in Sql - SQL
    ____________________________________________________________________
    Fill the form below to subscribe yourself to the analytics jobs mailing list to receive regular job opening updates - docs.google.com/forms/d/e/1FA...
    Why you should definitely fill the analytics job updates google form - • Job Openings into busi...
    _______________________________________________________________________
    Connect with me
    📸Instagram - / ashutosh.analytics
    💻Linkedin- / ashutoszh
    _____________________________________________________________________
    Comment down if you have any doubts
    Please leave a LIKE 👍 and SUBSCRIBE ❤️ to my channel to receive more amazing content in data analytics and data science.
    _____________________________________________________________________
    🏷️ Tags
    sql,
    sql for data science,
    sql for data analytics,
    sql practise questions,
    sql practise questions and solutions,
    sql tutorials for beginners,
    sql problems for data engineers,
    ashutosh,
    ashutosh kumar,
    ashutosh kumar analytics,
    sql problems easy,
    sql problem medium,
    sql problems hard,
    sql window functions,
    sql advanced questions,
    rank functions in sql,
    lag lead in sql,
    sql interview questions and answers,
    sql interview questions,
    sql questions asked in interviews,
    hackerrank sql solutions,
    hackerearth sql solutions,
    leetcode sql solution
    🏷️HashTags
    #sql #interviews #questions #solutions

КОМЕНТАРІ • 15

  • @AshutoshKumaryt
    @AshutoshKumaryt  Рік тому +2

    👉 SQL Portfolio Project Indian Census- Part 1
    ua-cam.com/video/I3YvjFfn478/v-deo.html
    👉 Advanced Sql Concepts Complete Playlist
    ua-cam.com/play/PLbTF1OfX62c3RQ_ZFfyNBWVPdz_OWTMLG.html

  • @hardeepsingh-nd6sm
    @hardeepsingh-nd6sm 4 місяці тому +1

    Thanks bro

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

    Very helpful and precious content, I'm preparing for the data analyst interview by watching this playlist..

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

    Great work man, I request you to please make some Videos on Recursive SQL Queries and Pivoting. I'm having hard time understanding them.

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

    Is it work in pl sql as well

  • @shubhamKumar-fj7zi
    @shubhamKumar-fj7zi Рік тому +1

    welcome sir

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

    nice explanation astros

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

    which sql server ssms supports string agg func .i got errors like'string_agg' is not a recognized built-in function name.yes i m using 2019 version

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

      this is strange i have showed in the video also that strin agg supports on sql server as given on google

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

    Sir can you make a playlist of your SQL project videos? Please sir it will be very helpful

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

      hi sir have covered couple of projects on my channel check the here
      👉 SQL Portfolio Project Indian Census- Part 1
      ua-cam.com/video/I3YvjFfn478/v-deo.html
      👉 Advanced Sql Concepts Complete Playlist
      ua-cam.com/play/PLbTF1OfX62c3RQ_ZFfyNBWVPdz_OWTMLG.html

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

      @@AshutoshKumaryt yes sir I know you made a lot of videos for project but I am asking you to create a playlist of those videos, from where I can get the project videos 1 by 1 i one place, don't have to find part 1 after part 2.