Question: Create a procedure that accepts product ID as a parameter and returns the price from ProductTable table. Add exception handling to catch if product ID
"Create a procedure that accepts product ID as a parameter and returns the price from ProductTable table. Add exception handling to catch if product ID is not in the table." Using Oracle SQL Developer.
Listed below is what is suppose to be outputed.
PROCEDURE P_PRODUCT_PRICE complied
anonymous block completed
Producr ID 302 $2
anonymous block completed
Producr ID 299 $99.99
anonymous block completed
No products with product ID13 is found
anonymous block completed
No products with product ID-45 is found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
