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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?