1 of stion What is the output of the following code DECLARE v salary number; v bonus number: 3000, BEGIN IF v salary < 2
Posted: Fri Jul 08, 2022 6:36 am
1 of stion What is the output of the following code DECLARE v salary number; v bonus number: 3000, BEGIN IF v salary < 2000 THEN DBMS_OUTPUT.PUT LINE(I will apply for salary increment ELSE DBMS_OUTPUT.PUT_LINE( I will not apply for salary increment END IF: END; Select one: O a. Error O b. I will not apply for salary increment Oc. I will apply for salary increment O d. 3000