CBSE Class 12 Computer Science Question 35 of 46

Interface Python with MySQL — Question 2

Back to all questions
2
Question

Question 2

The sql query upon execution via established database connection returns the result in multiple chunks.

Answer

False

Reason — When an SQL query is executed via an established database connection, the result is returned as a single result set. The result set may contain multiple rows of data, but it is presented as a single unit rather than in multiple chunks.