insert into toys ( toy_id, colour ) values ( 4, 'blue' ); insert into toys ( toy_id, colour ) values ( 5, 'green' );