From d370e96e4e1facfe5bbc4db58c460b376a8965e6 Mon Sep 17 00:00:00 2001 From: Mohammad Ammar Date: Thu, 6 Aug 2026 19:58:33 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6ef3a2..0536322 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ This is the part most handbooks . Every module below links straight to its folde | # | Module | Contents | Status | |---|--------|----------|--------| +| | [Resources](Resources/) | All Learning resources including Certifications and hands-on-experience | ✅ | | 00 | [Schema](00_Schema/) | Practice database DDL, seed data, and ERD used by every later module | ✅ | | 01 | [Fundamentals](01_Fundamentals/) | `SELECT`, `WHERE`, `ORDER BY`, `LIMIT`, aliasing | ✅ | | 02 | [Aggregations](02_Aggregations/) | `COUNT`, `SUM`, `AVG`, `MIN`/`MAX`, `GROUP BY`, `HAVING` | ✅ |