record
|
||||||||
|
In relational database management systems, records are called tuples. (2) Some programming languages allow you to define a special data structure called a record. Generally, a record is a combination of other data objects. For example, a record might contain three integers, a floating-point number, and a character string.
|
|
|||||||