Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started