Answer Posted / 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 |
Post New Answer View All Answers
What is order of B+tree?
What are points to remember while using the fillfactor argument?
How many types of triggers in sql server?
How do users use Report Builder with SQL Server data sources?
How to create new table with "create table" statements?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
How to retrieve error messages using mssql_get_last_message()?
How to drop an existing table?
What is Command line parameters in PLSQL.?
What is the purpose of the model database?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What happens if date-only values are provided as date and time literals?
What are scalar functions?
How many replicas are maintained for each sql azure db?
What are commit and rollback in sql?