In databases, a result set is the set of results returned by a query. In SQL, it is the result of a SELECT query on a table or view and is itself a non-permanent table of rows, and could include metadata about the query such as the column names, and the types and sizes of each column. Depending on the database system, the number of rows in the result set may or may not be known. Usually, this number is not known up front because the result set is built on-the-fly. A cursor can be used by client applications to fetch a few rows of the result set at a time.
Michael Christoph Gastpar, Erixhen Sula
Vincent Kaufmann, Emmanuel Pierre Jean Ravalet, Lorris Tabbone
Vincent Kaufmann, Emmanuel Pierre Jean Ravalet, Lorris Tabbone