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
What is service broker? : sql server database administration
What is normalization of database? What are its benefits?
What are the triggers in sql?
what is normalization? : Sql server database administration
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What is difference between line feed ( ) and carriage return ( )?
What does ss stand for sexually?
What is normalization and denormalization in sql server?
What are the parts of a function?
How retrieve field names from the table in SQL through JAVA code?
What does it mean if @@cursor_row returns a negative number?
What is dbcc? Give few examples.
What is TDS(Tabular Data Stream) Gateway?
How to convert binary strings into integers in ms sql server?
Explain insert into select statement?