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
Where are full-text indexes stored?
What is sql server replication? : sql server replication
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
How to find out the list schema name and table name for the database?
How to specify the collation for a character data type in ms sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is ssl in sql server?
What is read uncmmited?
Give me a SQL Query to find out the second largest company?
can any body tell me how to know the password of current user in sql server
What is the minimum recommended amount of ram for sql server 2012 enterprise?
Mention the differences between sql server and mysql.
Explain the stored procedure?
What happens to a trigger with multiple affected rows?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?