Skip to main content
Insert new rows ('Andrew', 2753) and ('Gordon', 2754) into the table book.
INSERT INTO book VALUES ('Andrew',2753); INSERT INTO book VALUES ('Gordon',2754);
test text