Merge pull request #1387 from taylorhelene/master

Added url for SQL Zoo for beginners to interactively learn SQL Queries
This commit is contained in:
Sonkeng Maldini
2022-11-02 09:45:03 +01:00
committed by GitHub

View File

@@ -136,6 +136,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, youve 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.
<div align="right">
<b><a href="#index">↥ Back To Top</a></b>