Multiple choice technology databases

Which one of the below is not related to Cursor

  1. Sensitive

  2. Forward

  3. Fetch

  4. Position

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Sybase cursor declarations, valid keywords and attributes include SENSITIVE (for sensitive cursors that reflect changes), FORWARD (for forward-only cursors), and FETCH (the operation to retrieve rows). 'Position' is not a cursor keyword or attribute - while you can fetch at specific positions, there is no 'POSITION' keyword in cursor syntax. Cursors have attributes like SCROLL, INSENSITIVE, and FORWARD_ONLY.