mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 23:19:56 +00:00
Merge pull request #1 from jyoti-jindal/patch-1
This commit is contained in:
commit
f96818ed63
@ -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
|
||||
2. Insert a row with just mandatory fields in **students** table
|
||||
```sql
|
||||
|
||||
```
|
||||
@ -87,7 +87,7 @@
|
||||
```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
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
```sql
|
||||
|
||||
```
|
||||
20. Get all students in Jhansi and London
|
||||
20. Get all students from Jhansi and London
|
||||
|
||||
```sql
|
||||
|
||||
@ -172,7 +172,7 @@
|
||||
|
||||
```
|
||||
|
||||
2. Delete a multiple rows
|
||||
2. Delete multiple rows
|
||||
|
||||
```sql
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user