Skip to content

The SQL 50 collection on LeetCode offers a diverse set of problems aimed at evaluating and improving your SQL skills. It covers a broad spectrum of concepts, including fundamental queries, subqueries, joins, aggregations, window functions, and other advanced techniques.

Notifications You must be signed in to change notification settings

evanmathew/SQL-50-Leetcode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode SQL 50 Practice on LeetCode

This repository contains solutions and explanations for the SQL 50 challenge on LeetCode, designed to enhance SQL skills by covering a variety of core and advanced concepts.

Overview

The SQL 50 collection on LeetCode provides a diverse set of SQL problems ranging from easy to hard. These exercises are ideal for anyone looking to strengthen their SQL knowledge and prepare for technical interviews or real-world data tasks.

Topics Covered:

  • Basic Queries – Select statements and filtering
  • Joins – Inner, Left, Right, and Full joins
  • Aggregate FunctionsSUM(), COUNT(), AVG(), etc.
  • Sorting and GroupingORDER BY, GROUP BY, and HAVING
  • Subqueries – Correlated and non-correlated subqueries
  • Window FunctionsRANK(), ROW_NUMBER(), PARTITION BY
  • String Functions and Regex – Text manipulation and pattern matching

Happy Coding! 🎉

About

The SQL 50 collection on LeetCode offers a diverse set of problems aimed at evaluating and improving your SQL skills. It covers a broad spectrum of concepts, including fundamental queries, subqueries, joins, aggregations, window functions, and other advanced techniques.

Topics

Resources

Stars

Watchers

Forks