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

1 Like

Answer

fetchone()

Answered By

1 Like


Related Questions