|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
![]() |
What are cursors? |
||||
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.
|
||||
Powered by
DBNest.com (Nest of DB Professionals)
