diff --git a/database/notes/05-sql-primer-worksheet.md b/database/notes/05-sql-primer-worksheet.md index 267d00f..1ea1c10 100644 --- a/database/notes/05-sql-primer-worksheet.md +++ b/database/notes/05-sql-primer-worksheet.md @@ -2,12 +2,12 @@ # Queries ## Insert queries -1. Insert a row with your name and all the other fields +1. Insert a row with your name and all the other fields in **students** table ```sql ``` -1. Insert a row with just mandatory fields +1. Insert a row with just mandatory fields in **students** table ```sql ``` @@ -188,4 +188,4 @@ 2. Get first name and last name of all students and their instructor names ```sql - ``` \ No newline at end of file + ```