What are cursors?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mohsin mohammed abdul
Cursors are the private memory area in the SGA. they store
the result set of a query. And they are used to fetch
multiple rows from the tables in the pl/sql block
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kuttikrishnan kodoth
if we ant to retrive data from a database table having
duplicate entries which violates primarykey rule
we can handle this case using cursor, it by declaring a
cursor which would check the
records during retreival one by one and remove rows which
have duplicate values. there are many types of cursors to
fetch data in diffrent order like fetch first,fetch
last ,fetct prior,fetch next,fetch abslute n,fetch relative
n
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sathish kumar.t
Cursors is one of the data object which is used to access
and manipulate the datas in the result set.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srinivas
Cursors are logical areas created on physical areas, i.e.,
tables to find a particular nth record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay dev saxena
Basically cursor in an active dataset depends on query.
it is good to handling set of data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat.bolla
Cursors allow you to take a set of data and process record
by record
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mian ghous
broadly speaking ,,cursor can perfomr operaions on database
much like functions except returning a value i think
| Is This Answer Correct ? | 1 Yes | 2 No |
How to get the number of affected rows?
How can I create a new template for import ? : sql server management studio
I have a table Events Events containing cardno,time,id,name- -each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is coalesce and check constraint in sql server?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is use of except clause? How it differs from not in clause?
You want to implement the one-to-many relationship while designing tables. How would you do it?
How to rebuild all indexes on a single table?
What to perform pattern match with the like operator?
How will oyu test the stored procedure taking two parameters namely first name and last name returning full name?
How do I start sql server?
What are the components of sql server service broker?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)