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 is curser.

Answers were Sorted based on User's Feedback



what is curser...

Answer / ramesh l.v.

Cursor is a database object used by applications to
manipulate data in a set on a row-by-row basis.

Is This Answer Correct ?    12 Yes 1 No

what is curser...

Answer / guest

Cursor helps to update, add, select, remove on a row by row
basis on a table

Is This Answer Correct ?    3 Yes 1 No

what is curser...

Answer / pervej munjal

Cursor plays there row quite nicely but although there are
some disadvantage of Cursor .
Because we know cursor doing roundtrip it will make network
line busy and also make time consuming methods. First of
all select query gernate output and after that cursor goes
one by one so roundtrip happen.Another disadvange of cursor
are ther are too costly because they require lot of
resources and temporary storage so network is quite busy.
Site of Dot net and sql server
("http://www.dotnetquestion.info")
<a href="http://www.dotnetquestion.info">link</a>

Is This Answer Correct ?    2 Yes 0 No

what is curser...

Answer / namz

Work Area used by the SQL statement

Is This Answer Correct ?    2 Yes 0 No

what is curser...

Answer / vijay

The set of rows is returned by SELECT statementb by using
WHERE clause or not. In our application can not work
EFFICIENTLY to this result set. If we want to
access/process the entire block or row or fields or it
different kind of property, we need the mechanism. This
mechanism is called CURSOR.

Is This Answer Correct ?    1 Yes 0 No

what is curser...

Answer / selvaraj.v

SQL SERVER 2000,

Cursor is a database object used by applications to
manipulate data in a set on a row-by-row basis.

Cursor helps to update, add, select, remove on a row by row
basis on a table.

A cursor is a mechanism by which you can assign a name to
a "select statement" and manipulate the information within
that SQL statement.

We've categorized cursors into the following topics:

1.Declare a Cursor
2.OPEN Statement
3.FETCH Statement
4.CLOSE Statement
5.Cursor Attributes (%FOUND, %NOTFOUND, etc)
6.SELECT FOR UPDATE Statement
7.WHERE CURRENT OF Statement

Is This Answer Correct ?    1 Yes 0 No

what is curser...

Answer / pawan mothsra

Cursor is a entity in database which is used to fetch data
from database by application by row by row.

Cursor is mainly used for calculation on data on basis of
row by row and you can do transection on another table with
this data row by row basis.

You can use cursor by :-

1.Declare a Cursor
2.OPEN Cursor
3.FETCH and FETCH NEXT Statement
4.CLOSE Cursor
5. Deallocate Cursor

You can take help for .Net, C#, Sql Server, VB.Net Articles
and Interview Questions
("http://www.developerchoice.com")
<a href="http://www.developerchoice.com">DeveloperChoice</a>

Is This Answer Correct ?    0 Yes 0 No

what is curser...

Answer / nisha

Cursor is a programming device that allows the SELECT to
find a set of rows but return them one at a time. Cursor
should be used because the host language can deal with only
one row at a time.

you can get unlimited interview questions on:
http://www.interviewhelper.org

Is This Answer Correct ?    0 Yes 0 No

what is curser...

Answer / sandeep

Cursor is a database object even it is treated like a data
type. It is generally used for fast and resource efficient
programming. Cursor wont fetch all datas resulted from a
select statement. Only one row at a time. this speeds up
the population of the data. In select statement all datas
shud be fetched to the client machine. Few drawbacks are
there with cursor but in some cases it works well.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can you explain what is indexed view? How to create it?

0 Answers  


what are the main differences between ms access and sqlserver

1 Answers   C DAC, CDAC,


You want to check the syntax of a complicated update sql statement without executing it. What command should you use?

0 Answers  


How to download and install sql server 2005 books online?

0 Answers  


Can anybody explain me cold backup and hot backup?

3 Answers   TCS,


How will you collect the date from current date to last older 6 days date in sql server 2005

4 Answers  


Define self join in sql server joins?

0 Answers  


Explain the steps needed to create a scheduled job?

0 Answers  


IN Vs OR operator which is best to use sql server.

4 Answers  


Write a SQL Query to find first Week Day of month?

2 Answers  


hi,i want t0 knom d syntax for a super key with an example

1 Answers  


what is cluster and nin-cluster index?

4 Answers  


Categories