write a procedure named prc cust add to add a new customer to the customer table. use the following values in the new record: 1002, 'rauthor', 'peter', 0.00 (you should execute the procedure and verify that the new customer was added to ensure your code is correct.)