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 conditional split?
What are the types of dml?
what is blocking? : Sql server database administration
Explain subquery and state its properties?
Explain the difference between primary keys and foreign keys?
How can i Relate Tables in SSIS
How do users use Report Builder with SQL Server data sources?
Do you know what is openxml in sql server?
what are the types of indexes? : Sql server database administration
How do you start single user mode in clustered installations?
What is a covered index?
What is an indexing strategy?
Can we shrink data file in sql server?
What are page splits?
What new data source types were added in ssrs 2014?