Which data type can be used only on OUTPUT parameters of the
stored proceduer?
Answer Posted / jothi
Cursor
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you roll back the ddl statement in a trigger?
What protocol does sql server use?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
Write the syntax for stuff function in an sql server?
What is the use of “join” in sql server?
What is the difference between count () and rowcount ()?
What is ssrs?
What are sql server procedures?
What is query parameter in ssrs?
Can we call future method from trigger?
What is correlated subquery in sql server?
What is the recovery model? List the types of recovery model available in sql server?
How to define output parameters in stored procedures?
How to access the inserted record of an event?
Is it possible in sql table to have more than one foreign key?