- 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 38 times
1 of stion What is the output of the following code DECLARE v salary number; v bonus number: 3000, BEGIN IF v salary < 2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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 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