Question: Create a PL / SQL code for the following: Brewbeans is adding an application page where customer service agents can retrieve shopper information by using
Create a PLSQL code for the following:
Brewbeans is adding an application page where customer service agents can retrieve shopper information by using shopper ID or last name. Create a package named SHOPQUERYPKG containing overloaded procedures to perform these lookups. They should return the shopper's name, city, state, phone number and email address. Test the package twice. First, call the procedure with shopper ID and then call it with the last name Ratman. Both test values refer to the same shopper, so they should return the same shopper information. Create the package with the procedures to retrieve shopper information.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
