Questions Related to technology

Multiple choice technology databases
  1. DROP PROCEDURE testp; DROP PROCEDURE testp;

  2. DROP PROCEDURE testp; DROP PROCEDURE testproc;

  3. DROP SPECIFIC PROCEDURE testproc; DROP PROCEDURE testproc;

  4. DROP PROCEDURE testproc(INT); DROP PROCEDURE testproc(INT);

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology databases
  1. 0

  2. 1 (A)

  3. 5 (A,B,C,D,E)

  4. 2 (A,E)

Reveal answer Fill a bubble to check yourself
D Correct answer