KnowledgeBoat Logo

Computer Science

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

Python MySQL

3 Likes

Answer

True

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

Answered By

1 Like


Related Questions