Examine this procedure: CREATE OR REPLACE PROCEDURE ADD_PLAYER (V_ID - ProProfs Discuss
Advertisement

Examine this procedure: CREATE OR REPLACE PROCEDURE ADD_PLAYER (V_ID IN NUMBER, V_LAST_NAME VARCHAR2) IS BEGIN INSERT INTO PLAYER (ID,LAST_NAME) VALUES (V_ID, V_LAST_NAME); COMMIT; END; This procedure must invoke the APD_BAT_STAT procedure and pass a parameter. Which statement, when added to the above procedure will successfully invoke the UPD_BAT_STAT procedure?

Asked by Ranaguha, Last updated: Apr 08, 2024

+ Answer
Request
Question menu
Vote up Vote down

1 Answer

ranaguha

ranaguha

ranaguha
Ranaguha

Answered Dec 06, 2018

Upd_bat_stat(v_id);
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.