https://github.com/amitdev3/leetcode-sql-50
This repository contains solutions to 50 SQL questions commonly asked in coding interviews, as part of a series of videos uploaded to YouTube. n each video, I walk through the solutions in detail, explaining the approach and thought process behind solving each problem. The solutions provided here are written in SQL
https://github.com/amitdev3/leetcode-sql-50
sql sqlserver
Last synced: 7 days ago
JSON representation
This repository contains solutions to 50 SQL questions commonly asked in coding interviews, as part of a series of videos uploaded to YouTube. n each video, I walk through the solutions in detail, explaining the approach and thought process behind solving each problem. The solutions provided here are written in SQL
- Host: GitHub
- URL: https://github.com/amitdev3/leetcode-sql-50
- Owner: amitdev3
- Created: 2025-02-17T09:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T09:50:29.000Z (over 1 year ago)
- Last Synced: 2025-02-27T13:39:16.036Z (over 1 year ago)
- Topics: sql, sqlserver
- Homepage: https://www.youtube.com/playlist?list=PLR5eluFDRdeLsHedihc_Ay5VLRh3_C-I_
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode SQL 50 Questions
[Click here to check out all the questions](https://leetcode.com/studyplan/top-sql-50/)
This repository contains solutions to **50 SQL** questions commonly asked in coding interviews, as part of a series of videos uploaded to YouTube. These questions cover a wide range of SQL topics, including **SELECT statements, JOINs, subqueries, window functions, and optimization techniques.**
In each video, I walk through the solutions in detail, explaining the approach and thought process behind solving each problem. The solutions provided here are written in SQL and are designed to help you understand key concepts and improve your SQL skills.
## Repository Contents:
- **SQL Queries**
- **JOIN operations**
- **Subqueries and Nested Queries**
- **Window Functions**
## YouTube Playlist:
[Click here to watch all the videos](https://www.youtube.com/playlist?list=PLR5eluFDRdeLsHedihc_Ay5VLRh3_C-I_)
Watch the video explanations of each question to understand the approach in detail.
👍 [Select]
👍 [Basic Joins]
👍 [Basic Aggregate Functions]
👍 [Sorting and Grouping]
👍 [Advanced Select and Joins]
👍 [Subqueries]
👍 [Advanced String Functions / Regex / Clause]
Follow on Socials: [YouTube](https://www.youtube.com/@DataGenious/) [LinkedIn](https://www.linkedin.com/in/iamamitdev/)
Want to Contribute? Yeah, Contributions are alwyas welcome !! If you would like to contribute to the project, please fork the repository and make a pull request. Do ⭐ the repository,if it helped you in any way !!
Cheers 🍻
Data Genious