Question 10
In Python Postgres database connectivity the cursor.fetchmany() method is used to retrieve data from a table. What does this method returns?
A dictionary
A list of tuples
The required tuple
List of dictionary
In Python Postgres database connectivity the cursor.fetchmany() method is used to retrieve data from a table. What does this method returns?
A dictionary
A list of tuples
The required tuple
List of dictionary
Correct answer
A list of tuples
Question 10 of 16 in the IIT Madras BS Database Management Systems (DBMS) Quiz 2 paper sat on 16 Aug 2026, in the May 2026 term (Database Management Indian Institute Of Technology, Madras - Bs In Data Science/ Electronic Systems Systems 14 Aug 26). It carries 2 marks.