Data return using output parameter is ____________
(a) Return codes, which are always an integer value
(b) A global cursor that can be referenced outside the stored procedure
(c) A single cursor that can be referenced inside the stored procedure
(d) None of the mentioned
This question was addressed to me during an interview.
Question is taken from Stored Procedure in section Developing with SQL Server of SQL Server