In this video we will solve a SQL interview question which was asked in multiple companies for data related roles.
Question :-
Write a SQL to display the Source_Phone_Nbr and a flag where the flag needs to be set to 'Y' if first called number and last called number are the same and 'N' if first called number and last called number are different.
Table Script :-
create table phone_log(
source_phone_nbr int, destination_phone_nbr int,
call_start_date_time datetime)
insert into phone_log
values(2345,6789,'2099-07-01 10:00:00'),
(2345,1234,'2099-07-01 11:00:00'),
(2345,4567,'2099-07-01 12:00:00'),
(2345,4567,'2099-07-01 13:00:00'),
(2345,6789,'2099-07-01 15:00:00'),
(3311,7890,'2099-07-01 10:00:00'),
(3311,6543,'2099-07-01 12:00:00'),
(3311,1234,'2099-07-01 13:00:00')
🔍 Looking for something specific? Check out my curated playlists.
✅Complex SQL Interview Questions
• Complex SQL Interview Questions: Mastering...
✅SQL Interview Questions
• SQL Interview Bootcamp: Questions & Practi...
✅SQL Mastery Interview Prep
• SQL Concepts: Detailed Interview Questions...
✅Learn SQL Concepts
• SQL Fundamentals: Key Concepts and Skills
✅SQL Functions
• SQL Functions Explained: Practical Uses an...
📩 Contact: For any inquiries or collaborations, please email me at dataprojecthub@gmail.com
Don't forget to hit the subscribe button and ring the notification bell to never miss an update! Become a valued member of our passionate community and be part of the journey with me!
Thanks for watching, and see you in the next video!" 🚀
On this page of the site you can watch the video online Tricky SQL Interview Question || Window Function || Case Statement || Data Analyst SQL Interview with a duration of online in good quality, which was uploaded by the user Data Project Hub 18 June 2024, share the link with friends and acquaintances, this video has already been watched 620 times on youtube and it was liked by like viewers. Enjoy your viewing!