CBSE Class 12 Computer Science
Question 35 of 46
Interface Python with MySQL — Question 2
Back to all questionsFalse
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.