A

Admin • 831.35K Points
Coach

Q. What does the CONTINUE handler do in a stored procedure?

  • (A) Stops execution immediately
  • (B) Skips the statement that caused the error and continues
  • (C) Rolls back the transaction
  • (D) Ignores the error silently

Explanation by: Admin
A CONTINUE handler allows execution to proceed after handling an error.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.