Multiple choice technology databases

How many Output Parameters can be set for an Stored Procedure

  1. One

  2. More than One

  3. None

  4. Stored Procedure Does not support Output Parameter

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

SQL Server stored procedures can have multiple OUTPUT parameters. You can define as many output parameters as needed (within practical limits), making B the correct answer.