Computer Science

Fill in the blanks:

_________ methods will return only one row from the result set in the form of a tuple containing a record.

Python MySQL

3 Likes

Answer

fetchone()

Answered By

2 Likes


Related Questions