Computer Science

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

Python MySQL

3 Likes

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.

Answered By

2 Likes


Related Questions