https://github.com/palharez/sql-research
🚧 Repo to store my SQL learn research
https://github.com/palharez/sql-research
links research sql study
Last synced: 3 months ago
JSON representation
🚧 Repo to store my SQL learn research
- Host: GitHub
- URL: https://github.com/palharez/sql-research
- Owner: palharez
- Created: 2024-09-28T22:02:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-13T16:15:53.000Z (6 months ago)
- Last Synced: 2025-12-14T12:56:22.134Z (6 months ago)
- Topics: links, research, sql, study
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Research Repository
A personal research repo where I study SQL, document what I learn, and keep runnable examples/exercises in one place.
## Goal
The goal is simple: **learn SQL deeply** (not just syntax), including data modeling, query performance, and real-world patterns and keep a clean archive of notes + experiments I can reuse later.
## What you'll find here
- Notes / research: Short explanations + references/links
- Experiments: Runnable SQL files grouped by topic
- Exercises: Challenges + solutions
- Datasets: Small sample data (or loaders for bigger ones)
## References / study links
this is the list of resources I'm following. I keep them here so the repo explains itself.
### Docs
- [W3Schools MySQL doc](https://www.w3schools.com/MySQL/default.asp)
### Books
- [TODO]()
### Articles / Papers / Blog posts
- [TODO]()
### Courses / Playlists
- [Learn SQL in Y](https://learnxinyminutes.com/sql/)-
- [Learn SQL in Code Academy](https://www.codecademy.com/learn/learn-sql)
- [SQL Roadmap](https://roadmap.sh/sql)
### Exercises lists
- [Leetcoode SQL 50 Study Plan](https://leetcode.com/studyplan/top-sql-50/)