CBSE Class 12 Computer Science Question 8 of 46

Interface Python with MySQL — Question 3

Back to all questions
3
Question

Question 3

What is a result set ?

Answer

The result set refers to a logical set of records that are fetched from the database by executing an SQL query and made available to the application program.