An open API service indexing awesome lists of open source software.

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

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/)