Adds new rows.

This commit is contained in:
Tanmay 2022-07-20 14:47:03 +01:00
parent c607e8c386
commit f2bf278d05

View File

@ -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");