Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
A Simple and Tricky SQL Question | Rank Only Duplicates | SQL Interview Questions
Play lesson

SQL Tips and Tricks - A Simple and Tricky SQL Question | Rank Only Duplicates | SQL Interview Questions

5.0 (3)
42 learners

What you'll learn

This course includes

  • 15 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

This video we will discuss a SQL question where we need to rank only the duplicate records and unique records should have null values. Consider subscribing to the channel: https://www.youtube.com/channel/UCk7NcgnqCmui1AV7MTXZwOw/ Playlist of SQL interview scenario based question and solutions: https://youtube.com/playlist?list=PLBTZqjSKn0IeKBQDjLmzisazhqQy4iGkb script: create table list (id varchar(5)); insert into list values ('a'); insert into list values ('a'); insert into list values ('b'); insert into list values ('c'); insert into list values ('c'); insert into list values ('c'); insert into list values ('d'); insert into list values ('d'); insert into list values ('e'); #sql #interview #windowfunctions

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere