Write the Syntax for Cursors.
Answer Posted / ranjith kumar
declare cursor_name cursor for
select * from table_name
open cursor_name
fetch next from cursor_name
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the web service used for reporting services?
What are the types of lock supported by ?
what stored procedure can you use to display the current processes? : Sql server administration
explain different levels of normalization? : Sql server database administration
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What does it mean if @@cursor_row returns a negative number?
How to call a function from a stored procedure in SQL Server ?
How to find the second highest salary of an employee?
What is a synonym for manipulation?
Can a unique index be created on a column, which contains null?
What are the types of ssrs?
What are group functions in query statements in ms sql server?
How is sql server used?
What is the current pricing model of SQL Azure?
Do you have any idea about the tcl commands?