mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-09-13 16:02:33 +00:00
Fixing typos
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Insert a row with just mandatory fields in **students** table
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user