CBSE Class 12 Computer Science Question 14 of 46

Interface Python with MySQL — Question 2

Back to all questions
2
Question

Question 2

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.

Answer