From 136859837b033ba8c8766ccc61b4e715c716f7ed Mon Sep 17 00:00:00 2001 From: Vanshika Date: Tue, 28 Oct 2025 09:31:30 +0530 Subject: [PATCH] Added three new MySQL learning resources This commit adds the following MySQL tutorials to the free-programming-books list: 1. Introduction to MySQL - MySQL Tutorial (HTML) 2. SQLBolt - Interactive MySQL Lessons (Interactive) 3. Mode SQL Tutorial - Mode Analytics (Interactive) These resources provide comprehensive and interactive learning materials for beginners and intermediate learners to understand MySQL concepts. --- books/free-programming-books-langs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 20500cc43af06..a1ff297cbcbf2 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1667,6 +1667,9 @@ Books on general-purpose programming that don't focus on a specific language are * [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) * [MySQL Notes for Professionals](https://goalkicker.com/MySQLBook/) - Compiled from StackOverflow Documentation (PDF) +* [Introduction to MySQL](https://www.mysqltutorial.org/) - MySQL Tutorial +* [SQLBolt - Interactive MySQL Lessons](https://sqlbolt.com/) - SQLBolt +* [Mode SQL Tutorial](https://mode.com/sql-tutorial/) - Mode Analytics ### .NET Core