From 11e9592c128d14115716133e04db98890f3cf823 Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Rabiee Date: Mon, 4 Oct 2021 05:16:03 +0330 Subject: [PATCH] Add SQL Teaching (#5806) * Interactive: Add SQL Teaching * Update alphabetical ordering --- 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 2671d664..87712227 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -342,6 +342,7 @@ * [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy * [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) * [SQL Tutorial](https://www.w3schools.com/sql) - W3Schools * [SQLBolt](http://sqlbolt.com)