CBSE Class 12 Computer Science Question 27 of 46

Interface Python with MySQL — Question 4

Back to all questions
4
Question

Question 4

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
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.