mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-09-13 13:32:15 +00:00
Adds new rows.
This commit is contained in:
@@ -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");
|
Reference in New Issue
Block a user