MCQs > Database Management > Oracle PL/SQL 9i > Consider the following code: declare v_id number(3):=50; V_message(30):='Product 10012'; begin declare v_id number(3):=40; V_message(30):='welcome to world'; v_locn:='Europe; begin v_id:=v_id+20; end; end; Determine the value of V_ID variable in the outer block.

Oracle PL/SQL 9i MCQs

Consider the following code: declare         v_id number(3):=50;         V_message(30):="Product 10012"; begin         declare         v_id number(3):=40;         V_message(30):="welcome to world";         v_locn:="Europe;   begin         v_id:=v_id+20; end;  end; Determine the value of V_ID variable in the outer block.

Answer

Correct Answer: 50

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Oracle PL/SQL 9i Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Oracle PL/SQL 9i Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it