To fetch rows from a cursor, you use the ____ statement after declaring and opening the cursor

6. To fetch rows from a cursor, you use the ____ statement after declaring and opening the cursor.

  1. GET
  2. FETCH
  3. ADD
  4. INSERT

Answer: B) FETCH

Explanation:

To fetch rows from a cursor, you use the FETCH statement after declaring and opening the cursor.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.