ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What are cursors?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are cursors?
Answer
# 1
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
Guest
 
  Re: What are cursors?
Answer
# 2
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
Sathish Kumar.t
 
 
 
  Re: What are cursors?
Answer
# 3
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
Mian Ghous
 
  Re: What are cursors?
Answer
# 4
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
Srinivas
 
  Re: What are cursors?
Answer
# 5
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
Vijay Dev Saxena
 
  Re: What are cursors?
Answer
# 6
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 ?    2 Yes 1 No
Mohsin Mohammed Abdul
 
  Re: What are cursors?
Answer
# 7
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 ?    1 Yes 0 No
Kuttikrishnan Kodoth
 
  Re: What are cursors?
Answer
# 8
Cursors allow you to take a set of data and process record 
by record
 
Is This Answer Correct ?    1 Yes 0 No
Venkat.bolla
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
I am Having tables T1 and T2 both having same data how to check (or) compare the data in both table are same?  2
Explain different isolation levels?  3
plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005  3
What are the advantages of using stored procedures? Please don't simply say compilation time will be saved as they are already complied. Please specify some other advantages. 247Customer3
Questions on identity? Infosys1
how to find number of columns in a table in sql server 2000 and 2005 also Virtusa11
PC(code, model, speed, ram, hd, cd, price) Find the hard drive sizes that are equal among two or more PCs. APX2
plz send every query in sql server2000 Infosys1
How to Debug a Stored Procedure? Allianz4
What is transaction ? Give me one example. Melstar7
What is excution Plan in sql server TCS1
What are cursors?  8
What are the authentication modes in SQL Server?  2
What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning TCS2
What is a transaction and what are ACID properties? IBM4
What is a materialized view?  2
Please get the 4 th maximum salary from a table without using any sql keyword (TOP,MAX are mot allowed)  5
which database is best to use in oracle and sql server? explain reasons? TCS5
how to know description of a table in sqlserver 2000  7
Can anybody explain me cold backup and hot backup? TCS3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com