Name the method which is used for displaying only one record from the result set.
fetchone()
Reason — The fetchone() method fetches only one record from the result set in the form of a tuple or a list.