Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(4 points for code and screenshots) Create a procedure that accepts product ID as a parameter and returns the name of the product from ProduetTable
(4 points for code and screenshots) Create a procedure that accepts product ID as a parameter and returns the name of the product from ProduetTable table. Add exception handling to catch if product ID is not in the table. SET SERVEROUTPUT ON: execute p_product_infornation(302) execute p product infornation(299) execute p_product_intornation (0) Script Output x >Query Result x 4 Task completed io.oo8 seconds anonymous block coapleted Product nane tor product Id 302 is Uind-Up Uater Swimners anonymous block coupleted Product nane for product Id 299 is Chest anony ous block completed No Data found for SELECT on product Id Use ProductTable created earlier in the module. Provide code and screenshot showing successful execution and results. You have to provide at least two test cases
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