From f360c863aeeed32208409f652a3db60f4a9bfd9e Mon Sep 17 00:00:00 2001 From: Slava Rozhnev Date: Sun, 8 Sep 2024 19:48:13 +0300 Subject: [PATCH 1/2] Update README.md Add link to SQLtest.online - Free online platform for practicing SQL skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8daac124..6651f609 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Udemy](https://www.udemy.com/) : Whether you want to learn or to share what you know, you’ve come to the right place. As a global destination for online learning, we connect people through knowledge. - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. +- [SQLTest.online](https://sqltest.onlinel) : Boost Your SQL Proficiency with Challenging Problems.
↥ Back To Top From f282a8367d61d4eca820368246a7903e1aec5a66 Mon Sep 17 00:00:00 2001 From: Slava Rozhnev Date: Wed, 11 Sep 2024 12:33:32 +0300 Subject: [PATCH 2/2] Update README.md Fixed wrong URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6651f609..04411233 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Udemy](https://www.udemy.com/) : Whether you want to learn or to share what you know, you’ve come to the right place. As a global destination for online learning, we connect people through knowledge. - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. -- [SQLTest.online](https://sqltest.onlinel) : Boost Your SQL Proficiency with Challenging Problems. +- [SQLTest.online](https://sqltest.online) : Boost Your SQL Proficiency with Challenging Problems.
↥ Back To Top