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');