KnowledgeBoat Logo
|

Computer Science

Which function is used to read one record from the database?

Python MySQL

2 Likes

Answer

The fetchone() function fetches only one row from the result set in the form of a tuple or a list.

Answered By

2 Likes


Related Questions