SQL Portfolio Project - Part 1 - Zomato | Analytics | Ashutosh Kumar

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2022
  • The best technique of learning a skill is completing a project which is based on real life scenario and when it comes to analytics , SQL is the one of the most asked skillset in all the interviews, so friends in this video i have created an end to end project on data analysis using SQL, thi will be relevant to all those people who want to make a career into data analytics, business analytics ,data science , in this video i have analysis on zomato dataset . You can find the code attached below -
    drop table if exists goldusers_signup;
    CREATE TABLE goldusers_signup(userid integer,gold_signup_date date);
    INSERT INTO goldusers_signup(userid,gold_signup_date)
    VALUES (1,'09-22-2017'),
    (3,'04-21-2017');
    drop table if exists users;
    CREATE TABLE users(userid integer,signup_date date);
    INSERT INTO users(userid,signup_date)
    VALUES (1,'09-02-2014'),
    (2,'01-15-2015'),
    (3,'04-11-2014');
    drop table if exists sales;
    CREATE TABLE sales(userid integer,created_date date,product_id integer);
    INSERT INTO sales(userid,created_date,product_id)
    VALUES (1,'04-19-2017',2),
    (3,'12-18-2019',1),
    (2,'07-20-2020',3),
    (1,'10-23-2019',2),
    (1,'03-19-2018',3),
    (3,'12-20-2016',2),
    (1,'11-09-2016',1),
    (1,'05-20-2016',3),
    (2,'09-24-2017',1),
    (1,'03-11-2017',2),
    (1,'03-11-2016',1),
    (3,'11-10-2016',1),
    (3,'12-07-2017',2),
    (3,'12-15-2016',2),
    (2,'11-08-2017',2),
    (2,'09-10-2018',3);
    drop table if exists product;
    CREATE TABLE product(product_id integer,product_name text,price integer);
    INSERT INTO product(product_id,product_name,price)
    VALUES
    (1,'p1',980),
    (2,'p2',870),
    (3,'p3',330);
    select * from sales;
    select * from product;
    select * from goldusers_signup;
    select * from users;
    ----------------------------------------------------------------------------------------------------------------------
    Check out some more relevant content here
    👉 SQL Portfolio Project Indian Census- Part 2
    • SQL Portfolio Project ...
    👉 SQL Portfolio Project - Shark Tank India
    • SQL Portfolio Project ...
    👉 How to Learn SQL
    • How to learn sql for b...
    👉 Complete playlist on Sql Interview questions and answers
    • HackerRank SQL problem...
    👉 Top free and best resources to learn analytics -
    • Free and Best resource...
    👉 How to become a data analyst complete roadmap-
    • Data Analyst Complete ...
    👉 Data analytics internships and job stipend-
    • 70,000 + per month dat...
    👉 Top 3 you tube channels to learn sql for free for beginners
    • Video
    👉 How to get data analytics internships-
    • How to apply for data ...
    👉Check out the roadmap to become a business analyst - • Business Analyst Compl...
    👉All about analytics playlist-
    • All about analytics
    👉 Top 3 you tube channels to learn excel for free for beginners
    • Top 3 you tube channel...
    ____________________________________________________________________
    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 - / ashutoszh
    💻Linkedin- / ashutosh.analytics
    _____________________________________________________________________
    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 analytics,
    sql tutorials for beginners,
    portfolio project sql,
    sql portfolio project,
    portfolio project on sql for resume,
    sql interview portfolio project,
    sql interview questions and answers,
    sql for data analytics,
    sql data science,
    interview questions on sql,
    sql hard questions,
    sql problem solving,
    ashutosh,
    ashutosh kumar,
    ashutosh kumar analytics
    🏷️ HashTags
    #sql #portfolio #project

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

  • @vaidiksirsate6776
    @vaidiksirsate6776 Год назад +42

    ****About Dataset*****. Like me, some people are getting confuse about the Dataset. If possible pin this message also that *** We have to create dataset based on the codes you have provided in MySQL.*** Thank you, it is very helpful, as we are doing things from scratch.

    • @AshutoshKumaryt
      @AshutoshKumaryt  Год назад +5

      Thanks a lot, pinning it

    • @imranahmad783
      @imranahmad783 Год назад +3

      ​@@AshutoshKumaryt bhai PDF file dete iske na ..mai Business analyst fresher apply kar raha tha mere liye project add kar leta

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

      bro how to make dummy dataset??

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

      Bro we have to use foreign key if we manually make the database

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

      where i can get that code i mean in which video

  • @hhiiuubb
    @hhiiuubb Год назад +17

    There are a lot of videos explaining sql but the real time examples provided by you made it very clear and easy to understand. Thank you very much sir. Looking forward to see a lot of these.

  • @AshutoshKumaryt
    @AshutoshKumaryt  Год назад +5

    SQL Portfolio Project - Part 1 - Zomato - ruclips.net/video/fRBeYNJ3S8w/видео.html
    Advanced SQL playlist ruclips.net/p/PLbTF1OfX62c3RQ_ZFfyNBWVPdz_OWTMLG

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

    thanks so much, nice work 💚

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

    Thankyu bhai bas aise hi projects bana te raho bohot bohot thankyu

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

    very valuable stuff to understand in simple way thank you !

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

    This channel deserves more subscribers

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

    your all portfolio projects helped me a lot for understanding different topics and getting clear knowledge of the modules based on different topics ...thank you for such efforts and hope you will continuously upload videos on different portfolio projects...

  • @Sumitkumar-li1kw
    @Sumitkumar-li1kw Год назад +1

    Doing greater work

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

    in Q4, if we want to display most purchased product also at the end of the result, how we will do that?

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

    Nice video

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

    Thanks

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

    Thank you sir. Pls launch next video for part-2 very soon.

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

    Thankyou so much for this video ❤

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

    the date format in dataset is ddmmyyyy that doesn't work by default in MySQL. it truncated the whole column in 0000-00-00. how to change the date format

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

    I saw the videos of Zomato Project and i grasped all the things so kindly let me know what to describe over resume?

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

    getting error in running your sq codes to create table. this happened with ola project as well

  • @CamaronDios
    @CamaronDios Год назад +3

    Very helpful and clearly explained. Now it's time to work on Part 2. You earned a new subscriber :) thank you!!

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

    Well done

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

    HEY BRO, WE SHOULD DIRECTLY USE AGGREGATE FUNCTION IN ORDER BY CLUASE , RIGHT , , WHERE AS U USED IT

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

    Very useful..Thank you!

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

    Thank you brother for making this video

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

      Thanks a lot

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

      @@AshutoshKumaryt is this project how much parts are there???

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

      @@akkys97 one more part will come next week

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

      @@AshutoshKumaryt amazing brother thanks for your guidance

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

    Bro limit doesn't work in ssms because limit is my sql command not sql server command, and on the other hand top is sql server command.

  • @NaveenKumar-fq4sb
    @NaveenKumar-fq4sb Год назад

    how will i put this project in my Resume as experianced candiate ??

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

    Sir can we do this project and run codes in sql and Update in resume?.
    Buy taking those Questions/scenarios?.
    By taking this same Zomoto dataset?.

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

    Can you make video on how non tech background person manage the data analysis experience in other organisations just in brief or shorts

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

    Can pls share the date set link please sir

  • @chandrimakhastagir2402
    @chandrimakhastagir2402 Год назад +3

    Hey I have been following your channel for a while and currently doing this video.I have been struggling to search for projects related to SQL which I can add to my resume.I am afresher.I have been doing data analytics sql virtual internships from Forage and doing yours.Will adding these to my resume give it a boost?I currently have a Masters in Economics with specialization in Econometrics and trying to break into the Data Analytics field.

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

    Please make more such videos on regular intervals if possible.Thank you.

  • @Nikhilg-rs7iv
    @Nikhilg-rs7iv 2 месяца назад

    can i include any of the project in the resume like I worked on this project in my previous company as a SQL developer ? please let me know

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

    Thanks 🙃

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

    But how to add these on project on resume..i mean what to write and how to write

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

    select * from (select userid,product_id, count(product_id),rank() over(partition by userid order by count(product_id) desc) rnk from sales group by userid,product_id)x where rnk = 1
    why am i getting an error for this ?

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

    Brother you make very nice videos can you just tell how you make this video
    Can you suggest equipment such as
    Camera
    Mic
    Editing tools etc like this...

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

    Thank you so much Ashutosh,
    Am a beginner, have a doubt at, 17.19 in the video,
    Why have you updated 'a' while completing the statement

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

    plz make a project using oracle sql devloper.I m facing problem to import data through sql devloper

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

    getting error 1292 incorrect date value: do I have to change the date format manually? or how to use str_to_date() in this case?

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

    Can i add this projects in my projects in resume?

  • @JyotiJain-dq7mq
    @JyotiJain-dq7mq Год назад +1

    sir can you please tell me how to cpy data and run into the sql i'm trying to do it but not able to do it

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

      hey you can copy data from the description box of the video and paste on your sql server , run it and see result ,

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

    Thank you so much for sharing this bro... god bless uh
    pls help in how to show this project in Resume

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

    HI Ashotosh ji, i am facing error of "subquery must return only one column"
    i am using postgresql where top clause not working , so i have used "fetch first 1 rows"
    code:
    select userid, count(productid) cnt from sales where productid=
    (select productid,count(productid) cnt from sales
    group by productid
    order by count(productid) desc
    fetch first 1 rows only)
    group by userid;
    kindly guide me

    • @Omkar_Data_Analyst
      @Omkar_Data_Analyst 9 месяцев назад

      SELECT userid, COUNT(product_id) as cnt_id
      FROM sales
      WHERE product_id = (SELECT MAX(product_id)
      FROM sales
      GROUP BY product_id
      ORDER BY COUNT(product_id) DESC
      LIMIT 1)
      GROUP BY userid;

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

    Sir for this particular code mentioned below
    select *,rank() over(partition by userid order by cnt desc) from
    (select userid,product_id,count(product_id) cnt from sales group by userid,product_id)
    I'm getting an error
    Msg 102, Level 15, State 1, Line 76
    Incorrect syntax near ')'.
    Can you please help me getting this resolved

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

      Every derived table has its own alias.
      Give any name to the derived table.
      Try this one:
      select *,rank() over(partition by userid order by cnt desc) from
      (select userid,product_id,count(product_id) cnt from sales group by userid,product_id) table1;

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

      Awesome

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

      @@jasleenkaur-cw2fw thank you bro

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

    Can u tell me bro? What is the role and responsibilities of ur project.

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

    bhai whenever i m tring to insert the values its showing incorrect data , pleases help

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

      Strange should not happen,what is the error exactly

  • @mks143786
    @mks143786 4 дня назад

    SIR WHILE INSERTING ANY VALUES IT IS THROWING ERROR

  • @AmeerHamza-jy5ml
    @AmeerHamza-jy5ml Год назад +1

    Question no 2. How many days has each customer visited zomato?
    SELECT userid, COUNT(*) AS visited FROM sales GROUP BY userid;
    This works fine for me? Is using DISTINCT important?

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

      yes, as the question was hw many days not times

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

    hi ,
    date data type can only store values as 'yyyy-mm-dd' but in your data set you have stored it in "mm-dd-yyyy" how it is not throwing error but in my case it is throwing error!!!
    i am using postgres !!
    please help

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

      If error is thrown change the date in the right format and start solving questions, focus on problem solving

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

    Can you please share the dataset link again . Couldn’t find it in the description box

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

    At 17:51 what is this "a" that you are using.

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

      Thanks derived table name which is compulsory in SQL server

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

    I think in date format 'yyyy-mm-dd' in MySQL

  • @NailGlow-fv1dy
    @NailGlow-fv1dy 7 дней назад

    ​ @AshutoshKumaryt, where is the data please ? Good video

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

    hi ,i'm just new to this
    can u please make a short video on importing csv file to ms sql server

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

      Watch this ruclips.net/video/epYmIRdg_qo/видео.html

  • @panther_.gaming
    @panther_.gaming Год назад +1

    sir, how can we add this to our portfolio , the dataset is not proper right , can u provide better dataset

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

      See this is for practice purpose , i have tried to focus on solving best problems so in real scenario just the dataset will increase but if you know to solve problems the dataset size won't be a problem

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

    without distinct function in date, second question is giving same result

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

    i am a begginer in sql for data analysis and need to male the first project for me..do which vedios u recommed me ?

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

    sir i have been facing date problem its saying that incorrect syntax of date

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

    In every insert into table, date formate is wrong . The correct format is 'yyyy-mm-dd'

  • @rohankalvala7191
    @rohankalvala7191 9 месяцев назад

    Hii sir, i learned mysql and practiced in my
    sql workbench can i do practice above code on my sql or need to install, do i get same output or any difference i will get thank you.

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

    For question no.3
    can we write Alternative query as ----
    select * from sales where created_date=ANY(select min(created_date) from sales group by userid);
    will that work universally?? please help and clear me.
    @AshutoshKumaryt

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

    pls sir can you share the data set link

  • @sravan.t7581
    @sravan.t7581 Год назад +1

    we have to change your code's date format to year-month-date in order to access it in Mysql workbench.

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

      Thanks can you paste the code here in the comment section so that it can help everyone using workbench

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

    hey!!!
    ashutosh hows going this video is really ASM man!!
    Thank you for the video and priceless time for us .
    ashutosh i want dataset of #zomato so that i can do practice.
    Please Provide me!!

  • @Simran-wd7po
    @Simran-wd7po 3 месяца назад

    Sir kaggle s download krke MySQL pr kese load kare pls make video

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

    Agar data set hum koi resource se download krte hai to kya SQL me insert krne ke baad data cleaning ni krte ?
    Sir plzz reply my query

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

    I have one doubt, which is if the interviewer ask , where did you get the Data from , so what should be the good answer ??

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

      You created the data from scratch by navigating through the application that's it.

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

    Hi Pl help me to understand how to import data from excel to sql, As you've uploaded the dataset from excel to sql

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

      I have discussed this here
      ruclips.net/video/epYmIRdg_qo/видео.html

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

      @@AshutoshKumaryt can't we do the same in sql workbench?

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

      Btw thanks for creating an amazing tutorial, Found one of the best channel for sql portfolio project...

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

      @@radhikagarg9913 yes we can there might be a different process

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

      @@radhikagarg9913 thanks a lot

  • @HarshGupta-hh6kc
    @HarshGupta-hh6kc Год назад +1

    Where I can find the dataset of this ?

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

      Check description box of the video for the code of the dataset

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

    where we can get the same excel file?

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

      no need of excel file the code in the description box the video

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

    I didn't get any practice file in discription please help

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

      There's no file there is the code in the description box simply cop and paste

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

      Okay thank you so much 😊 for help and this amazing video ❤️

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

    Please sir share also dataset link in the description box so that I can access it and practice on it.

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

    I want the product name and price as well in last question i trien many things but not working please help
    select * from
    (select *,rank() over(partition by userid order by cnt desc) as rnk from
    (select s.userid, s.product_id, count(s.product_id)cnt from sales as s left join product as p on (s.product_id = p.product_id) group by s.userid, s.product_id)as a) b where rnk=1;

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

    In industry, do we also do this kind of work?

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

      No not like this, but you will be given data to gather so you need excellent SQL skills, so tis video will help you to get an idea how to proceed solving any problem

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

      @@AshutoshKumaryt thanks subscribed for it

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

      @@sunnygawande5283 means a lot

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

      @@AshutoshKumaryt this project i mention in cv sir
      plzz tell me

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

    Can any one tell me where is the dataset

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

    Hey! can you please provide the dataset link or file

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

    I did not understand the 4th problem since top funtion is not working in my sql
    Please tell me how can I execute this

  • @seasonz75
    @seasonz75 7 месяцев назад +1

    Ashutosh bhai please share the dataset. Without that you can understand the issues.... Thx in adv.

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

    Hello, I am a SQL developer.. Bt now want to be a Data Analyst.. As i am new for Data Analyst I have a doubt that business problems are already provided by clients or the analyst need to analysed data and search for the business problems accordingly

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

      Ya I have the same question 😅

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

      Yes business problems is problem is provided by client and you have to Analyse only ....you can use any tool.

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

      thx for the explanation

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

      @@lakshyajain7435 okay.. Thanks for the explanation.. its mean to me a lot.

  • @MKmohan-tf5bj
    @MKmohan-tf5bj 10 месяцев назад

    Hi bro
    Upload the answers for which you have not answered in the video, so that we can cross check our answers.

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

    where can i get the datasets?

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

    can you please provide the dataset

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

      Theres no dataset , for the same dataset pls find the code attached

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

    Where is the dataset link

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

    I can’t seem to find the link to the data where’s it

  • @LuciferSam-nq9nd
    @LuciferSam-nq9nd Год назад +1

    waiting for part 2

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

    starts from 4:30

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

    CAN SOMEONE EXPLAIN HOW TO SEE THE SQL FILE IN EXCEL

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

      No need to see the SQL file in excel i just demonstrated the dataset in excel just for the sake of explaining you can just copy paste the code and start

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

    How can I get this dataset?

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

    Hi Sir,
    How to write this project in resume?

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

      Have you written this project in resume? If yes, then please give me an overview, how to write?🙏

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

      Will be making a video soon

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

      @@AshutoshKumaryt thank you, it will help to all🙏

  • @deepaligangurde4286
    @deepaligangurde4286 29 дней назад

    why you have wrote drop table if exists in every steps?

    • @AshutoshKumaryt
      @AshutoshKumaryt  29 дней назад

      To delete the temp table if it is present from before and then recreate

    • @deepaligangurde4286
      @deepaligangurde4286 29 дней назад

      @@AshutoshKumaryt can u please share that excel(dataset) link

  • @riddhidahanukar1613
    @riddhidahanukar1613 22 часа назад

    I am not able to find these data sets

    • @AshutoshKumaryt
      @AshutoshKumaryt  22 часа назад

      @@riddhidahanukar1613 check description box

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

    hey where is the excel data sheet

  • @PrakashSarker
    @PrakashSarker 5 месяцев назад +1

    what is this project name please!

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

    sir this project i mention in cv sir

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

    Sir, where are the datasets?

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

      Please find the attached code in the description box

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

    Excel file export kaise karna hai

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

      Excel file ki jarurat nahi h code h description box mein copy kijie

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

      ​@@AshutoshKumarytbhai ek question pooch pooch ka sabne pareshan kar diya....

  • @Harikrishna-wb2hb
    @Harikrishna-wb2hb 9 месяцев назад

    Hi ashutosh please provide Zomato dataset as soon as possible

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

    Plz provide the link of 2part

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

      ruclips.net/video/fRBeYNJ3S8w/видео.html

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

    Where is the data set?

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

      no dataset Sandhya , pleas find code in description box , copy paste and start solving

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

    Bro, I am a beginner. Could you please tell me how to import data to SQL

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

      No need to import bro just see the pinned comment of this video you will get idea,let me know if you still have any questions

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

    3rd question's answer is wrong.
    The question asked for product name not id

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

    Bro can uh share the data set ?