SQL Engine - Result Set
Table of Contents
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
Articles Related
- SQL - Query (SELECT)
- OBIS 10G/11G - BI Server (Logical Query|Result) Cache
- JDBC - Resultset (SELECT|SQL query)
- Ordinal Data - TopN (Analysis|Function)
- RDBMS - Sql Processing (Engine)
- Sql Engine - Row Set
- Oracle Database - Result Set
- Function - Display Function
- Obiee - The SearchId (Sid) - ResultSet ID
- Database - Client Result Cache
- More ...
Recommended Pages

