Write an anonymous block that contains a PL/SQL procedure. The procedure takes two input parameter: oldZip and newZip, and it updates the zipcodes table by replacing all oldZip with newZip. Then the anonymous block should use the procedure to update the zipcode 61111 to 71111.
Write a stored procedure. Similarly, the procedure has two input parameters: oldZip and newZip. The procedure updates the zipcodes table by replacing all oldZip with newZip.