Question: database QUESTION 1 [5] STATEMENT TRUE FALSE Can you declare a constant variable in PL/SQL? PL/SQL consist of 3 sections, one of them is declaration
QUESTION 1 [5] STATEMENT TRUE FALSE Can you declare a constant variable in PL/SQL? PL/SQL consist of 3 sections, one of them is declaration section and is known as program logic. The General Syntax to directly assign values to variables is. variable_name = value; The next if statement correctly determine if the remainder is 0 in PL/SQL? IF v_num MOD 2 = 0 THEN The next two PL/SQL if statements are the same ? i) IF v_total >= 15 THEN ii) IF v_total >15 AND v_total =15 THEN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
