Which data type can be used only on OUTPUT parameters of the
stored proceduer?

Answers were Sorted based on User's Feedback



Which data type can be used only on OUTPUT parameters of the stored proceduer?..

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

Which data type can be used only on OUTPUT parameters of the stored proceduer?..

Answer / jothi

Cursor

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is indexing and its types?

0 Answers  


what is the maximum size of a row? : Sql server database administration

0 Answers  


What is meant by datasource?

0 Answers  


What is the difference between distinct clause and group by clause?

2 Answers   HHH, Value Labs,


MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE

2 Answers   IBM, TCS,






How to change the ownership of a schema in ms sql server?

0 Answers  


Does full backup break log chain?

0 Answers  


syntex of insert

7 Answers  


Describe the functionalities that views support.

0 Answers  


How to list all schemas in a database?

0 Answers  


What is a functions and types in sql server?

0 Answers  


Can you tell me the difference between DELETE & TRUNCATE commands?

15 Answers  


Categories