A repository of SQL scripts and exercises designed to strengthen database querying and management skills. Whether youβre practicing joins, sub-queries, views or advanced filtering, this collection is here to help you learn and apply real-world SQL use-cases.
This repository contains:
- β Clean, commented SQL scripts to solve common tasks
- π Examples for different query types: joins, sub-queries, self-joins, views
- π§ Practice exercises to build proficiency with relational data
- π§© Joins & Self-Joins β combining tables into meaningful results
- π Sub-Queries β nested queries for more complex logic
- πβπ¨ Views β reusable query layers for abstraction
- π Filtering & Aggregation β summarising and filtering data for insight
- π SQL β standard query language for relational databases
- π Structured folders and scripts organized by topic
- π Clear comments inside scripts for learning and reference
- πͺ Builds a strong foundation in SQL querying for data-science & analytics work
- π― Prepares you for real-world data challenges, not just textbook examples
- π Easy to reuse and adapt for your own datasets and projects
Contributions are welcome! Feel free to fork the repo, add new SQL topics or scripts (e.g., window functions, CTEs), and submit a pull request.