Skip to content

Commit

Permalink
Databases: Update SQL assignments (#28705)
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorNebula authored Aug 27, 2024
1 parent 7c2361c commit 7aaee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/databases/databases_and_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ SQL is built to be fast. It has a special query optimizer which takes a look at

1. Go through this [interactive SQL tutorial from SQL Teaching](https://www.sqlteaching.com/).
1. Go through this more in-depth [interactive SQL tutorial from SQL Bolt](http://sqlbolt.com/).
1. Go through [SQLCourse's beginner course](https://www.sqlcourse.com/beginner-course/) then [SQLCourse's advanced course](https://www.sqlcourse.com/advanced-course/).

</div>

Expand Down Expand Up @@ -161,6 +160,7 @@ The following questions are an opportunity to reflect on key topics in this less

This section contains helpful links to related content. It isn't required, so consider it supplemental.

- SQLCourse's [beginner course](https://www.sqlcourse.com/beginner-course/) and [advanced course](https://www.sqlcourse.com/advanced-course/) are great resources if you need more practice.
- Odinite Hunter D made his excellent notes into a [Git Book on SQL](https://hunter-ducharme.gitbook.io/sql-basics) which you should totally check out if you want a decent resource.
- [SQL "tutorial" from tutorialspoint](http://www.tutorialspoint.com/sql/index.htm)... doesn't really give much guidance, but can be a useful reference for the language.
- [A Beginners Guide to SQL](http://www.sohamkamani.com/blog/2016/07/07/a-beginners-guide-to-sql/) by Soham Kamani.
Expand Down

0 comments on commit 7aaee27

Please sign in to comment.