From 9b7d3c8ccfe7a0569075f383ce2d72d9691b7c63 Mon Sep 17 00:00:00 2001 From: Hitesh Garg Date: Tue, 21 Oct 2025 14:34:10 +0530 Subject: [PATCH] Add "Bad Habits and Best Practices" by Aaron Bertrand Add "Bad Habits and Best Practices" by Aaron Bertrand --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index e2e102dc17d23..554f9b03bf960 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1657,6 +1657,7 @@ Books on general-purpose programming that don't focus on a specific language are ### MySQL +* [Bad Habits and Best Practices](https://sqlblog.org/bad-habits) - Aaron Bertrand * [Essential MySQL](https://www.programming-books.io/essential/mysql/) - Krzysztof Kowalczyk, StackOverflow Contributors * [Learning MySQL](https://riptutorial.com/Download/mysql.pdf) - Compiled from StackOverflow Documentation (PDF) * [MySQL 8.0 Tutorial Excerpt](https://dev.mysql.com/doc/mysql-tutorial-excerpt/8.0/en/tutorial.html) (HTML) [(PDF)](https://downloads.mysql.com/docs/mysql-tutorial-excerpt-8.0-en.pdf)