Computer Science

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

Python MySQL

1 Like

Answer

True

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

Answered By

3 Likes


Related Questions