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
2 Likes