From d456ba0d776e22f4a44d427ff781ce3b82db686e Mon Sep 17 00:00:00 2001 From: giuliano Date: Thu, 8 Aug 2024 07:51:14 +0200 Subject: [PATCH] Update --- src/db.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db.md b/src/db.md index 8e426fb..bad233e 100644 --- a/src/db.md +++ b/src/db.md @@ -2,6 +2,7 @@ - [ByteScout SQL Trainer](https://app.bytescout.com/sql-trainer/index.html) - [Introduction to SQL](https://sqlbolt.com/) +- [Use the Index, Luke! A Guide to Database Performance for Developers](https://use-the-index-luke.com/) - [The Querynomicon](https://gvwilson.github.io/sql-tutorial/) - [Things You Should Know About Databases](https://architecturenotes.co/things-you-should-know-about-databases/) - [Database Normalization Basics](https://www.lifewire.com/database-normalization-basics-1019735)