Answer Posted / guest
Well cursors help us to do an operation on a set of data
that we retreive by commands such as Select columns from
table. For example : If we have duplicate records in a table
we can remove it by declaring a cursor which would check the
records during retreival one by one and remove rows which
have duplicate values.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain about Joins?
Explain differentiate between a having clause and a where clause?
what are candidate key, alternate key and composite key? : Sql server database administration
What is a hint?
How do you make a trace?
How can you control the amount of free space in your index pages?
What are the different types of Indexes available in SQL Server?
how many bits ip address consist of? : Sql server database administration
What do you mean by collation recursive stored procedure?
Do you know what are the restrictions that views have to follow?
how to create “alternate row colour”?
Do you know what is replace and stuff function in sql server?
What are the requirements on sql server network connections?
What is the difference between truncate and delete commands?
When do you think a developer should use sql server-based cursors?