In a typical production environment Users(USER A and USER B) use stored procedures to perform UPDATE operations against database. To demonstrate the currently committed behavior you will create two stored procedures, update_customer_info() to update customer information and update_product_price() to update product information. USER A and USER B call these stored procedures via action buttons to update the tables in the next page. On right pane click on Run Button to create the procedures.