From 834971a6ab0c77eeece1c19be51923c2ce9c87f0 Mon Sep 17 00:00:00 2001 From: William Aboucaya Date: Mon, 6 Oct 2025 03:52:18 +0200 Subject: [PATCH] Add Select Star SQL to the list of SQL interactive tutorials (#12236) * Add Select Star SQL to the list of SQL interactive tutorials * Change position of the new entry to suit alphabetical order --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 7c2841ce0..186672b26 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -451,6 +451,7 @@ * [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy * [MySQL Tutorial](https://www.w3schools.com/MySQL/) - W3Schools +* [Select Star SQL](https://selectstarsql.com) - Zi Chong Kao (CC BY-SA) * [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql) * [SQL Server Tutorial](https://www.tutlane.com/tutorial/sql-server) - tutlane * [SQL Teaching](https://www.sqlteaching.com)