Page 1 of 1

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
by answerhappygod
1 Of Stion What Is The Output Of The Following Code Declare V Salary Number V Bonus Number 3000 Begin If V Salary 2 1
1 Of Stion What Is The Output Of The Following Code Declare V Salary Number V Bonus Number 3000 Begin If V Salary 2 1 (15.51 KiB) Viewed 40 times
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