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

1.what is the purpose of using alias name in sql server?
with certain example?

2.what is cursor?will u plz explain me in detail with
certain example?

Answer Posted / lekhrajdeshmukh

Cursor:- Cursor is special data type of mssql server.
Cursor is mainly used for extracting the row by row data
from tables.
cursor is the only data type that can not be used in table.
Cursor is mainly used in stored procedure and when we have
to use cursor in SP need to perform the following steps:-
1)declaring a cursor.
2)Open a Cursor
3) fetching the cursor
4)close the cursor.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a full text index?

964


Mention the different authentication modes in sql server.

1099


What are the extra roles available in msdb? : sql server security

1178


Explain insert into select statement?

998


Explain alternate key, candidate key and composite key in sql server?

946


How to execute stored procedure and set temp table in sql server?

1088


What do you mean by cardinality?

938


Explain time data type in sal server 2008?

962


What is history table in sql server?

1027


How do you rebuild an identity column?

994


What are sub reports?

208


How many tables can be joined in SQL Server?

1109


What is the fillfactor concept in indexes?

1032


How do I install only the client tools of sql server 2000?

1122


How to rebuild all indexes on a single table?

1105