A scrollable cursor in DB2 allows for ________.

  • Executing dynamic SQL statements
  • Fetching rows in random order
  • Navigating both forward and backward
  • Updating multiple rows simultaneously
A scrollable cursor in DB2 allows for navigating both forward and backward through the result set obtained from a query. This feature provides flexibility to applications in iterating over query results in different directions based on their requirements. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *