KnowledgeBoat Logo

Computer Science

A database …………… is a special control structure that facilitates the row by row processing of records in the resultset.

  1. fetch
  2. table
  3. cursor
  4. query

Python MySQL

3 Likes

Answer

cursor

Reason — A database cursor is a special control structure that facilitates the row by row processing of records in the resultset, i.e., the set of records retrieved as per query.

Answered By

2 Likes


Related Questions