Merge pull request #1 from jyoti-jindal/patch-1

This commit is contained in:
Tanmay Kacker 2022-08-10 16:39:40 +01:00 committed by GitHub
commit f96818ed63
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 2. Insert a row with just mandatory fields in **students** table
```sql ```sql
``` ```
@ -87,7 +87,7 @@
```sql ```sql
``` ```
15. Get all students without the first name `John` or last name `Mycroft` 15. Get all students without the first name `John` or first name `Mycroft`
```sql ```sql
@ -111,7 +111,7 @@
```sql ```sql
``` ```
20. Get all students in Jhansi and London 20. Get all students from Jhansi and London
```sql ```sql
@ -172,7 +172,7 @@
``` ```
2. Delete a multiple rows 2. Delete multiple rows
```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
``` ```