Result setA result set is the set of results returned by a query, usually in the same format as the database the query is called on.[1] For example, in SQL, which is used in conjunction with relational databases, it is the result of a Depending on the database, 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.[2] SortingIn SQL, there is no guarantee that the rows of a result set returned by a References
|