Computer Science

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

Python MySQL

1 Like

Answer

False

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

Answered By

2 Likes


Related Questions