| 1. |
What Is A Cursor And What Are Its Different Types? |
|
Answer» This is the frequently asked SQL Server Interview Questions in an interview. A cursor is a database object, which can utilize to retrieve the data, one row at a time from the result set. When data NEEDS to be updated row-by-row, cursors can be very HANDY. The cursor life cycle consists of mainly 5 STEPS.
Types of a cursor are:
This is the frequently asked SQL Server Interview Questions in an interview. A cursor is a database object, which can utilize to retrieve the data, one row at a time from the result set. When data needs to be updated row-by-row, cursors can be very handy. The cursor life cycle consists of mainly 5 steps. Types of a cursor are: |
|