Which data type can be used only on OUTPUT parameters of the
stored proceduer?
Answers were Sorted based on User's Feedback
Answer / madhusudan singh kushwah
Stored procedure return data In 4 ways. which are as follow:
1)output Prameter:-which can return either data(such As
integer or char value) or a cursor variable(cursors are
result sets that can be retreived 1 row at a time).
2)return Codes:-Which are always an Integer Value.
3)A result set for each statement contain in Stored
procedure or any other Stored procedures called by the
Stored Procedure.
4)A global cursor that can refrenced outside the procedure.
Is This Answer Correct ? | 4 Yes | 1 No |
What is indexing and its types?
what is the maximum size of a row? : Sql server database administration
What is meant by datasource?
What is the difference between distinct clause and group by clause?
MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE
How to change the ownership of a schema in ms sql server?
Does full backup break log chain?
syntex of insert
Describe the functionalities that views support.
How to list all schemas in a database?
What is a functions and types in sql server?
Can you tell me the difference between DELETE & TRUNCATE commands?