From 426d388eb34dbc375677e08d7fac3a608be1ea72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Akim=20=28=E3=83=84=29=20Khalilov?= Date: Wed, 19 Jul 2023 12:55:06 -0500 Subject: [PATCH] Adding a link to interactive sql tutorials sandbox --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5fb8db8..5b84a81 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,10 @@ Blogs: ### SQL - Overview +Tutorials: + +- [Interactive SQL tutorials and a sandbox to learn SQL step by step](https://interactivesql.com) + Blogs: - [An Overview of SQL Text Functions](https://learnsql.com/blog/), thanks to [Zahin Rahman](https://learnsql.com/authors/zahin-rahman/)