In which type of cursor, the key values of the rows are saved in tempdb?

Options
- Static
- Keyset
- Dynamic
- Forward_only


CORRECT ANSWER : Keyset

Discussion Board
Keyset

Keyset-driven cursors are controlled by a set of unique identifiers, keys, known as the keyset. The keys are built from a set of columns that uniquely identify the rows in the result set. The keyset is the set of the key values from all the rows that qualified for the SELECT statement at the time the cursor was opened. The keyset for a keyset-driven cursor is built in tempdb when the cursor is opened.

Prajakta Pandit 03-9-2017 01:01 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement