Skip to content

Commit

Permalink
Add SQL section
Browse files Browse the repository at this point in the history
  • Loading branch information
erictleung authored Jan 16, 2025
1 parent 1ccf967 commit 7fa7df6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,13 @@ Review and resource materials from around the internet for data science, with ap
[bizpy]: https://pbpython.com/


## Structural Query Language (SQL)

- [Select Star SQL](https://selectstarsql.com/) - Interactive online book with a non-toy dataset to learn SQL.
- [SQLZoo](https://sqlzoo.net/wiki/SQL_Tutorial) - Tutorials learning SQL step-by-step by function.
- [SQL Tutorial](https://www.sqltutorial.org/) - Quick access tutorials on SQL.


## Statistical Methods and Machine Learning

> Machine learning is the subfield of computer science that "gives computers
Expand Down

0 comments on commit 7fa7df6

Please sign in to comment.