Day 1: Solving Amazon SQL Interview Questions | 100 Days Challenge

  Рет қаралды 5,700

Zero Analyst

Zero Analyst

Күн бұрын

Пікірлер: 33
@vinothkumars7421
@vinothkumars7421 5 ай бұрын
Thanks again. Way to go. Looking for the next 99 Days
@bankimdas9517
@bankimdas9517 5 ай бұрын
Thanks for bringing this new sql challenge playlist.
@shefalikathapa13
@shefalikathapa13 5 ай бұрын
I usually don't comment on videos but your series is really good! Keep up the great work! Really grateful to you. If you could come up with Python Data Analyst Interview questions, it will be great. Cheers! 🎉
@zero_analyst
@zero_analyst 5 ай бұрын
Thanks, will do!
@moureanyuvi
@moureanyuvi 5 ай бұрын
with cte as( select count(distinct(CourseId)) as department from student_batch where EnrollmentYear = '2019' ), cte1 as (select StudentID,count(distinct(CourseId)) as total_department from student_batch where EnrollmentYear = '2019' group by StudentID ) select cte1.StudentID from cte join cte1 where department = total_department
@Maheshsai-it4uu
@Maheshsai-it4uu 5 ай бұрын
Thank you sir 🎉
@aqib5354
@aqib5354 5 ай бұрын
basically i understood your lecture
@sabShrav
@sabShrav 5 ай бұрын
Sir am getting error in the second question while executing ,"Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INT)' at line 3 " please help me on this . thanks
@Shekar_TechPhoenix
@Shekar_TechPhoenix 5 ай бұрын
Please provide us with the table DDL script, and insert values in description so it will ease us to practice
@zero_analyst
@zero_analyst 5 ай бұрын
Check the github link! Its uploaded
@omrahulpandey
@omrahulpandey 5 ай бұрын
Hi Sir, can you share the pdf or atleast the questions also, as if we want to practice later on, we can do it our self. Your github repo with the .sql file has only answer but not the question.
@zero_analyst
@zero_analyst 5 ай бұрын
Check the github link question along with dataset is uploaded you can copy paste and practice
@Shekar_TechPhoenix
@Shekar_TechPhoenix 5 ай бұрын
Thank you ​@@zero_analyst
@chandanpatra1053
@chandanpatra1053 5 ай бұрын
please write the question in the ide for the solution you are explaining.
@Sagar_Rao_
@Sagar_Rao_ 5 ай бұрын
can u share the questions pdf
@zero_analyst
@zero_analyst 5 ай бұрын
Its updated in my github click the link from bio
@AmbarGharat
@AmbarGharat 5 ай бұрын
Full Outer Join : All numbers from left and rest NULL as its full outer join.
@krishnasai5806
@krishnasai5806 5 ай бұрын
Where this coding questions? platform
@zero_analyst
@zero_analyst 5 ай бұрын
Download PgAdmin 4 you can practice by yourself! You can get the questions and dataset from my github!
@abhishekpatil7336
@abhishekpatil7336 5 ай бұрын
Bro but what happened if the interview asked to don't pass year and count explicitly.
@zero_analyst
@zero_analyst 5 ай бұрын
Will make a video on this!
@shekarsamurai
@shekarsamurai 5 ай бұрын
MySQL query for full join: SELECT t1.c1, t2.c2 FROM t1 LEFT JOIN t2 ON t1.c1 = CAST(t2.c2 AS SIGNED) UNION SELECT t1.c1, t2.c2 FROM t1 RIGHT JOIN t2 ON t1.c1 = CAST(t2.c2 AS SIGNED); -- In MySQL, SIGNED is used to cast a string to an integer.
@anushas1910
@anushas1910 5 ай бұрын
Hi, I can see only codes for the questions, please share the file for questions in repo.
@zero_analyst
@zero_analyst 5 ай бұрын
Its uploaded in the github please check day1 pdf
@haroldkumarnaik9971
@haroldkumarnaik9971 5 ай бұрын
Please share all question pdf of this pdf
@zero_analyst
@zero_analyst 5 ай бұрын
Please check the github rep!
@lokeshladdha4520
@lokeshladdha4520 4 ай бұрын
WITH stddetail AS ( SELECT std_id, COUNT(course_id) AS no_course_taken, MAX(COUNT(course_id)) OVER () AS max_courses, YEAR(date) AS year FROM students WHERE YEAR(date) = '2019' GROUP BY std_id, YEAR(date) ) SELECT std_id FROM stddetail WHERE no_course_taken = max_courses;
@LokeshGola-ti8ru
@LokeshGola-ti8ru 5 ай бұрын
Bhai 1-2 Hindi m Bno do 🙏🙏
@HARSHRAJ-wz2rp
@HARSHRAJ-wz2rp 4 ай бұрын
with cte as( select * FROM student_batch where EnrollmentYear=2019 ) select StudentID FROM cte GROUP BY StudentID HAVING COUNT(DISTINCT CourseID)= (select COUNT(DISTINCT CourseID) FROM student_batch where EnrollmentYear=2019);
Day 2: Solving Amazon SQL Interview Questions | 100 Days Challenge
32:13
Day 3: Solving Amazon SQL Interview Questions | 100 Days Challenge
13:00
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Day 6: Solving Zomato SQL Interview Questions | 100 Days Challenge
21:34
Learn free SQL | DML commands | Part-3 |#sql #dataanalysis
56:47
LAS VEGAS New Year’s Eve 2025 LIVE Countdown & Fireworks 🎉
Turn It Up World
Рет қаралды 2,8 М.
Zomato SQL Interview Question | Using CTEs | Advanced SQL
14:37
Nishtha Nagar
Рет қаралды 16 М.