What is forward - only cursors / read only cursor?
Answer / Shreyansh Nath
A forward-only or read-only cursor in SQL Server allows you to read data sequentially from a result set in one direction, typically forward, and it does not support scrolling to previous rows. It is optimized for speed since it skips the overhead associated with updating, deleting, or inserting data. This type of cursor is commonly used when you simply want to loop through data without making changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are approximate numeric data types in ms sql server?
Different types of keys in SQL?
What is ems sql management studio? : sql server management studio
How to create a dml trigger using create trigger statements?
What are the difference between “where” and “having” clause in sql server?
How sql server enhances scalability of the database system?
How to loop through returning rows?
how to get max salary with employee number by using one select query and max function ??
wat will be the sql query to extract only last 3 records from table supose table hving thousands for records
What is a trace frag?
How can we delete Duplicate row in table?
Explain database normalization?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)