mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 23:19:56 +00:00
Adds note for SQL primer.
This commit is contained in:
parent
86c50f2048
commit
fe37f5c3d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user