Definitions for "Result set"
Keywords:  query, row, sql, column, jdbc
The set of rows created by executing a SELECT statement.
A set of data records returned by a query. A record is a set of fields. Each field in the record has a name, which corresponds to either a database column or an expression, and each field contains a single data value.
A Result Set represents the rows that match a particular query. A result set consists of rows of data matching the columns specified in a query (which could be from multiple tables if a join is performed).
a group data retrieved from a database after a user request
Data consisting of pointers to records that have satisfied the search criteria specified in a retrieval command.
(Application Developer's Guide - XML; search in this book)
Keywords:  synonym, table
Synonym for result table.