Computer Science

Fill in the blanks:

The _________ returns how many rows have been fetched so far using various fetch methods.

Python MySQL

2 Likes

Answer

cursor.rowcount

Answered By

2 Likes


Related Questions