Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  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
Multiple choice technology programming languages
  1. totquantity = sum(totquantity + quantity);

  2. totquantity + quantity;

  3. totquantity 0; sum totquantity;

  4. retain totquantity 0; totquantity = totquantity + quantity;

Reveal answer Fill a bubble to check yourself
B Correct answer