KnowledgeBoat Logo
|

Computer Science

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

Python MySQL

2 Likes

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.

Answered By

1 Like


Related Questions