Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are cursors?

Answers were Sorted based on User's Feedback



What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

What are cursors?..

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

Post New Answer

More SQL Server Interview Questions

How will you decide the active and passive nodes?

0 Answers  


What are the types of indexes?

0 Answers  


What is the definition for sql server 2000?

0 Answers  


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

0 Answers  


What is the difference between set and select?

0 Answers  


Can a synonym name of a table be used instead of a table name in a select statement?

0 Answers  


wat wil hapn if we give the both read and deny read permission to user?

0 Answers   IBM,


what is diffrent between store procedure and trigger

2 Answers  


What is a trigger?

4 Answers  


Please tell me some knowledge about Clustering and how to add clustering?

1 Answers  


How to round a numeric value to a specific precision?

0 Answers  


What are the database objects? : SQL Server Architecture

0 Answers  


Categories