|
8 | 8 |
|
9 | 9 | ## Resources
|
10 | 10 |
|
| 11 | +[SQL](https://en.wikipedia.org/wiki/SQL) is a standard language for storing, manipulating and retrieving data in relational databases. |
| 12 | + |
11 | 13 | [SQL Tutorial by W3Schools](https://www.w3schools.com/sql/)
|
12 | 14 |
|
13 | | -[Udemy: A Beginner’s Guide to SQL: A MySQL Tutorial](https://blog.udemy.com/beginners-guide-to-sql/) |
| 15 | +[Learn SQL Skills Online from Coursera courses](https://www.coursera.org/courses?query=sql) |
| 16 | + |
| 17 | +[SQL Courses Online from Udemy](https://www.udemy.com/topic/sql/) |
| 18 | + |
| 19 | +[SQL Online Training Courses from LinkedIn Learning](https://www.linkedin.com/learning/topics/sql) |
| 20 | + |
| 21 | +[Learn SQL For Free from Codecademy](https://www.codecademy.com/learn/learn-sql) |
14 | 22 |
|
15 | 23 | [GitLab's SQL Style Guide](https://about.gitlab.com/handbook/business-ops/data-team/platform/sql-style-guide/)
|
16 | 24 |
|
|
26 | 34 |
|
27 | 35 | [Educational Microsoft Azure SQL resources](https://docs.microsoft.com/en-us/sql/sql-server/educational-sql-resources?view=sql-server-ver15)
|
28 | 36 |
|
| 37 | +[MySQL Certifications](https://www.mysql.com/certification/) |
| 38 | + |
29 | 39 | ## Tools
|
30 | 40 |
|
31 | 41 | [Azure Data Studio](https://github.com/Microsoft/azuredatastudio) is an open source data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
|
0 commit comments