CBSE Class 12 Computer Science Question 40 of 47

Interface Python with SQL — Question 3

Back to all questions
3
Question

Question 3

rowcount is a read-only attribute.

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.