mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 23:19:56 +00:00
Adds new rows.
This commit is contained in:
parent
c607e8c386
commit
f2bf278d05
@ -211,3 +211,11 @@ VALUES
|
||||
80,
|
||||
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