mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-09-13 18:12:18 +00:00
Update 05-sql-primer-worksheet.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user