Multiple choice

Which of the following statement(s) is/are false?

  1. A trigger is executed automatically.

  2. Stores procedure can be invoked explicitly.

  3. A trigger can not return any value.

  4. A stored procedure can not return any value.

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is a false statement as the stored procedure can return the value.