LINKEDIN Interview Question Solved - SQL | "Data Science Skills" | Everyday Data Science

  Рет қаралды 6,894

Everyday Data Science

Everyday Data Science

Күн бұрын

Пікірлер: 12
@inderpanda
@inderpanda Жыл бұрын
This is easy level question, the solution should be easier too why to use CTE and String_AGG SELECT candidate_id FROM candidates WHERE skill IN ('Python', 'Tableau', 'PostgreSQL') GROUP BY candidate_id HAVING COUNT(skill) = 3 ORDER BY candidate_id;
@yashnikhare2210
@yashnikhare2210 Жыл бұрын
with data1 as ( select *,(case when skill in ('Python','Tableau','PostgreSQL') then 1 else 0 end )as flag from candidates ) select candidate_id from data1 group by candidate_id having sum(flag)=3
@SigmaSid98
@SigmaSid98 Жыл бұрын
It's working 👍🏻👍🏻👍🏻
@yunoasta2679
@yunoasta2679 Жыл бұрын
Nicely done .bro ..looking forward to more content in SQL prep
@EverydayDataScience
@EverydayDataScience Жыл бұрын
Videos will keep coming 😊
@learningminds7741
@learningminds7741 7 ай бұрын
This query might not work if candidate have skills - Postgresql, PowerBI, Python, Tableau
@sravankumar1767
@sravankumar1767 Жыл бұрын
Superb explanation
@rishav144
@rishav144 Жыл бұрын
great explanation
@emekaonyejizu8861
@emekaonyejizu8861 Жыл бұрын
Very detailed explanation. I was thinking you usually put the schema for the table especially for your leetcode SQL. I don't see that again. Please I will like to practice most of these questions creating the tables in my PostgreSQL
@EverydayDataScience
@EverydayDataScience Жыл бұрын
So leetcode SQL question have schema for every question and therefore I was able to put that. However, in DataLemur there is no schema present with the question. For the free questions, alternative you can SELECT * FROM Table and then practice further. If they’ll add the schema later on, I’ll put it up with the questions.
@emekaonyejizu8861
@emekaonyejizu8861 Жыл бұрын
@@EverydayDataScience Thank you for your response. I really don't see the schema for your leetcode SQL again. I was thinking it use to be in the description but when I look there I don't see it
@rahulrajeev9763
@rahulrajeev9763 2 ай бұрын
what if a data called Power BI comes in between?
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
The 25 SQL Questions You MUST Know for Data Analyst Interviews
32:47
KSR Datavizon
Рет қаралды 250 М.
Learn SQL Basics in Just 15 Minutes!
16:57
Kenji Explains
Рет қаралды 185 М.