CBSE · 083Class XII · 2023Section A1 mark
Question 16
30 March 2023 · Computer Science (083)
fetchall() method fetches all rows in a result set and returns a :
Answer
(b) List of tuples
Explanation
The fetchall() method returns all rows from the query result as a list of tuples.