Which function is used to read one record from the database?
The fetchone() function fetches only one row from the result set in the form of a tuple or a list.
fetchone()