Adds note for SQL primer.

This commit is contained in:
Tanmay 2022-07-18 13:21:32 +01:00
parent 86c50f2048
commit fe37f5c3d2

View File

@ -5,6 +5,12 @@
* JOIN
> **Note**
>
> The script to create the database and insert data can be found [here](../code/create_database.sql). \
> Once your database is set up, download the worksheet from [here](../notes/05-sql-primer-worksheet.md) and start writing some queries!
> If you get stuck, you can find the answers [here](../notes/05-sql-primer-worksheet-answers.md).
## CRUD with SQL
### Create rows