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

database database QUESTION 1 [5] STATEMENT TRUE FALSE Can you declare a constant

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!