CBSE Class 12 Computer Science
Question 31 of 46
Interface Python with MySQL — Question 8
Back to all questionsfetchmany()
Reason — The <cursor>.fetchmany(<n>) method will return only the <n> number of rows from the resultset in the form of a tuple containing the records.