mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 22:59:53 +00:00
Adds new rows.
This commit is contained in:
parent
c607e8c386
commit
f2bf278d05
@ -211,3 +211,11 @@ VALUES
|
|||||||
80,
|
80,
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO
|
||||||
|
students (first_name, last_name, email, iq)
|
||||||
|
VALUES ("Moriarty", "Patel", "mo@sherlock.ed", 170);
|
||||||
|
|
||||||
|
INSERT INTO
|
||||||
|
batches (name, start_date)
|
||||||
|
VALUES ("Crime Academy", "2022-10-01");
|
Loading…
x
Reference in New Issue
Block a user