Computer Science

Fill in the blanks:

_________ method returns the result set in the form of tuples containing the records or rows returned by the SQL table.

Python MySQL

2 Likes

Answer

fetchall()

Answered By

2 Likes


Related Questions