CBSE Class 12 Computer Science Question 26 of 46

Interface Python with MySQL — Question 3

Back to all questions
3
Question

Question 3

The set of records retrieved after executing an SQL query over an established database connection is called ............... .

  1. table
  2. sqlresult
  3. result
  4. resultset
Answer

resultset

Reason — 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.