Advertisements
Advertisements
प्रश्न
fetchall() method fetches all rows in a result set and returns a:
विकल्प
Tuple of lists
List of tuples
List of strings
Tuple of strings
MCQ
उत्तर
List of tuples
Explanation:
The fetchall()
function retrieves all of the table's records and produces a list of tuples, each representing a record.
shaalaa.com
Display Data by Using Fetchone(), Fetchall(), Rowcount
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?