A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

record

1 [database structures] A set of related data fields, often a row in a database, containing all the attribute values for a single feature. For example, in an address database, the fields that together provide the address for a specific individual comprise one record. In the SQL query language, a record is analogous to a tuple.

2 [database structures] A row in a table.

Related Terms