CBSE Class 12 Computer Science Question 36 of 46

Interface Python with MySQL — Question 3

Back to all questions
3
Question

Question 3

The cursor.rowcount gives the count of records in the resultset.

Answer

False

Reason — The cursor.rowcount returns how many rows have been so far retrieved through fetch...() methods from the cursor.