RUN THESE STATEMENTS

5. Run these statements:

insert into customers(customer_id, customer_status, customer_name, creditrating)

values (1, 'NEW', 'Ameetha', 'Platinum');

values (2, 'NEW', 'Coda', 'Bronze');

and commit the insert:

commit;