Computer Science
rowcount is a read-only attribute.
Python MySQL
1 Like
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
rowcount is a read-only attribute.
1 Like
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