Tricky SQL Interview Question || Window Function || Case Statement || Data Analyst SQL Interview

Pubblicato il: 18 giugno 2024
sul canale di: Data Project Hub
620
like

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!" 🚀


In questa pagina del sito puoi guardare il video online Tricky SQL Interview Question || Window Function || Case Statement || Data Analyst SQL Interview della durata di online in buona qualità , che l'utente ha caricato Data Project Hub 18 giugno 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 620 volte e gli è piaciuto like spettatori. Buona visione!