From 5a69fd1b1f2290fce73b04b4183ad18dca16880b Mon Sep 17 00:00:00 2001 From: Taylor <33156281+taylorhelene@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:20:07 +0300 Subject: [PATCH] Added url for SQL Zoo The site is a great way for beginners to learn interactively --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a408760f..8ad71026 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ When learning CS, there are some useful sites you must know to get always inform - [The Odin Project](https://www.theodinproject.com/home) : The Odin Project provides a free open source coding curriculum that can be taken entirely online. - [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.
↥ Back To Top