Question: master_proc (task IN NUMBER, parm1 IN NUMBER) 5 | P a g e This procedure is a master procedure for four of the five procedures
master_proc (task IN NUMBER, parm1 IN NUMBER) 5 | P a g e This procedure is a master procedure for four of the five procedures above. If task = 1, then, call find_customer(parm1) If task = 2, then, call find_product(parm1) If task = 3, then, call add_order(parm1) If task = 4, then, call display-order(parm1) In all cases, parm1 is the single input parameter required for the specific function. You need to handle ap
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
