insert into toys ( toy_id, toy_name, colour ) values ( 7, 'Pink Rabbit', 'pink' ); select * from toys where toy_id = 7; rollback; select * from toys where toy_id = 7;