SQL Engine - Result Set

About

The result of a query is stored in a result table, called the result-set.

An SQL result set is a set of rows from a database, as well as meta-information about the query such as the column names, and the types and sizes of each column. A result set is effectively a table.

See also: Sql Engine - Row Set


Powered by ComboStrap