Update 05-sql-primer-worksheet.md

This commit is contained in:
Jyoti 2022-07-18 21:56:40 +05:30 committed by GitHub
parent 2220088fce
commit e4182307e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
# Queries # Queries
## Insert 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 ```sql
``` ```
1. Insert a row with just mandatory fields 1. Insert a row with just mandatory fields in **students** table
```sql ```sql
``` ```
@ -188,4 +188,4 @@
2. Get first name and last name of all students and their instructor names 2. Get first name and last name of all students and their instructor names
```sql ```sql
``` ```