CBSE Class 12 Computer Science Question 37 of 46

Interface Python with MySQL — Question 4

Back to all questions
4
Question

Question 4

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

Answer

True

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