filmov
tv
Tricky SQL Interview Problem Asked in Amazon

Показать описание
In this video we are going to discuss a SQL interview problem asked in Amazon for a Business Intelligence Engineer Position.
Here is the script:
create table purchase_history
(userid int
,productid int
,purchasedate date
);
SET DATEFORMAT dmy;
insert into purchase_history values
(1,1,'23-01-2012')
,(1,2,'23-01-2012')
,(1,3,'25-01-2012')
,(2,1,'23-01-2012')
,(2,2,'23-01-2012')
,(2,2,'25-01-2012')
,(2,4,'25-01-2012')
,(3,4,'23-01-2012')
,(3,1,'23-01-2012')
,(4,1,'23-01-2012')
,(4,2,'25-01-2012')
;
Zero to hero(Advance) SQL Aggregation:
Most Asked Join Based Interview Question:
Solving 4 Trick SQL problems:
Data Analyst Spotify Case Study:
Top 10 SQL interview Questions:
Interview Question based on FULL OUTER JOIN:
Playlist to master SQL :
Rank, Dense_Rank and Row_Number:
#sql #dataengineer
Here is the script:
create table purchase_history
(userid int
,productid int
,purchasedate date
);
SET DATEFORMAT dmy;
insert into purchase_history values
(1,1,'23-01-2012')
,(1,2,'23-01-2012')
,(1,3,'25-01-2012')
,(2,1,'23-01-2012')
,(2,2,'23-01-2012')
,(2,2,'25-01-2012')
,(2,4,'25-01-2012')
,(3,4,'23-01-2012')
,(3,1,'23-01-2012')
,(4,1,'23-01-2012')
,(4,2,'25-01-2012')
;
Zero to hero(Advance) SQL Aggregation:
Most Asked Join Based Interview Question:
Solving 4 Trick SQL problems:
Data Analyst Spotify Case Study:
Top 10 SQL interview Questions:
Interview Question based on FULL OUTER JOIN:
Playlist to master SQL :
Rank, Dense_Rank and Row_Number:
#sql #dataengineer
Tricky SQL Interview Problem Asked in Amazon
Solving SQL Interview Queries | Tricky SQL Interview Queries
Solving a tricky SQL Interview Query
Tricky SQL Interview Problem with a Simple Solution | Data Analytics
sql Tricky developer interview questions for 2+ years experience Operators
Tricky SQL Interview Question #sql #shorts #education
Solving an SQL Interview Problem
Tricky SQL Screening Question | Applicants Failing to Get the Query Correct
B29: Crack Database Technical Interview: Session 4
A Simple and Tricky SQL Question | Rank Only Duplicates | SQL Interview Questions
Data Analysis SQL Interview Questions | Running SUM | Who Hit the Sales Target First
KPMG SQL Interview question on Joins.
Tricky SQL Interview Query | Practice Solving SQL Interview Queries
Solving 4 Tricky SQL Problems
SQL Interview Question: Find the Last Record in a Table (SOLVED!)
Data Analyst SQL Interview Question |Self-Joins Explained #dataanalysis #sql #sqlinterview
Tricky SQL Interview Question | Human Traffic of Stadium | Commonly Asked SQL Interview Question
Airbnb Tricky SQL Interview Problem #DataLemur
SQL Query to Calculate The Difference Between Two Dates? SQL Interview Questions And Answers #SQL
Data Analyst SQL interview question | Overlapping of dates with other users | Tricky SQL question
27. Tricky SQL Interview Problem Asked in Amazon | Best SQL Interview Series |
#3 Solving JOINS Tricky SQL Queries | SQL interview questions and answers
15 SQL Interview Questions TO GET YOU HIRED in 2025 | SQL Interview Questions & Answers |Intelli...
81 Find second highest salary from employee table using SQL? #interviewquestions #javaprogramming
Комментарии