This repository contains a collection of SQL queries and scripts I've written to practice and sharpen my skills.
This repo is a playground for my SQL journey. You'll find a range of code here, from simple queries to more complex data manipulations. The files are organized by topic to make it easy to follow my progress.
- Fundamentals: Basic
SELECT
,WHERE
, andGROUP BY
statements. Perfect for understanding the core building blocks of SQL. - Joins & Subqueries: Examples of combining data from multiple tables using various types of joins and subqueries.
- Problem-Solving: Scripts written to solve specific challenges or practice problems from platforms like LeetCode or HackerRank.
Feel free to browse through the code to see what I've been working on!