Name the different types of cursor tools
Answers
Answered by
5
Explanation:
Microsoft SQL Server supports the following 4 types of cursors.
STATIC CURSOR. A static cursor populates the result set during cursor creation and the query result is cached for the lifetime of the cursor. ...
FAST_FORWARD. This is the default type of cursor. ...
DYNAMIC. ...
KEYSET.
Similar questions