KnowledgeBoat Logo
|

Computer Science

rowcount is a read-only attribute.

Python MySQL

3 Likes

Answer

True

Reason — The rowcount is a read-only attribute that returns the number of rows affected by an execute() method and retrieved from the cursor.

Answered By

1 Like


Related Questions