151k views
0 votes
In a database, the template for a record is referred to as a record ______.

User Lincz
by
8.0k points

1 Answer

4 votes
In a database, the template for a record is referred to as a record occurrence.
The record occurrence is a description of a record which is the smallest addressable unit of data. It is the actual content of data that is stored in the database. Record occurrence has two components, Prefix and Data.
The Prefix consists of pointers, while the Data is the set of bytes that represents the record value.
User Amaechler
by
7.6k points