CBSE Class 12 Computer Science Question 43 of 47

Interface Python with SQL — Question 6

Back to all questions
6
Question

Question 6

A result set is an object that is returned when a cursor object is used to query a table.

Answer

True

Reason — A result set is an object that is returned when a cursor object is used to query a table or execute an SQL statement.