onerow
Onerow is a term used to describe a single record in a tabular data structure. It is not a formal technical definition with a single canonical meaning, but the phrase appears in tutorials, documentation, and discussions to emphasize a one-record result or representation.
In relational databases, a row represents one entity and contains one value for each column in the
Characteristics often associated with an onerow include a fixed schema with defined column data types, and
See also: row, table, tuple, result set, aggregation, projection.