Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 776 Bytes

File metadata and controls

51 lines (35 loc) · 776 Bytes

SQL Notes

This repo contains my structured SQL learning notes, practice, and reference material.


Completed

  • SQLBolt (Full course) ✅

In Progress (Planned)

  • regexone-notes.md 🦭

Repository Structure

sql-notes/
│
├── concepts/
│   ├── case-logic.md
│   └── functions.md
├── notes/
│   └── sqlbolt-notes.md ✅
│   ├── regexone-notes.md (soon)
│   ├── kaggle-sql-notes.md (later)
│   └── gfg-sql-notes.md (later)
├── practice/
│   └── leetcode_easy.md
└── README.md

Purpose

This repository serves as:

  • Personal SQL reference
  • Interview preparation resource
  • Portfolio project
  • Long-term knowledge base

Author

SMJ 🐦‍🔥