|
6 | 6 |
|
7 | 7 | #### A guide covering the SQL programming language including the applications and tools that will make you a better and more efficient SQL developer.
|
8 | 8 |
|
| 9 | +## Resources |
| 10 | + |
9 | 11 | [SQL Tutorial by W3Schools](https://www.w3schools.com/sql/)
|
10 | 12 |
|
11 | 13 | [Udemy: A Beginner’s Guide to SQL: A MySQL Tutorial](https://blog.udemy.com/beginners-guide-to-sql/)
|
|
16 | 18 |
|
17 | 19 | [Data Science with F#](https://fsharp.org/guides/data-science/)
|
18 | 20 |
|
| 21 | +[Databases on AWS](https://aws.amazon.com/products/databases/) |
| 22 | + |
| 23 | +[Best Practices and Recommendations for SQL Server Clustering in AWS EC2.](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/aws-sql-clustering.html) |
| 24 | + |
| 25 | +[Connecting from Google Kubernetes Engine to a Cloud SQL instance.](https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine) |
| 26 | + |
| 27 | +[Educational Microsoft Azure SQL resources](https://docs.microsoft.com/en-us/sql/sql-server/educational-sql-resources?view=sql-server-ver15) |
| 28 | + |
19 | 29 | ## Tools
|
20 | 30 |
|
21 | 31 | [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