3 lines
218 B
MySQL
Raw Normal View History

INSERT INTO person (first_name, last_name) VALUES('Azhrioun', 'Abderrahim');
INSERT INTO person (first_name, last_name) VALUES('Brian', 'Wheeler');
INSERT INTO person (first_name, last_name) VALUES('Dave', 'Anderson');