Questions Related to databases

Multiple choice technology databases
  1. var2 NUMBER := 0;

  2. INTO var2

  3. WHERE name = 'JORDAN';

  4. var1 :=var2 + 2000;

  5. There are no errors in this PL/SQL block.

Reveal answer Fill a bubble to check yourself
D Correct answer