Multiple choice technology databases

what is the "basic unit of a record"?

  1. Data Item

  2. Database Key

  3. Record Occurence

  4. Record Structure

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A Data Item is the basic unit of a record, representing the smallest individual field or attribute within a database structure. Data items are the atomic building blocks that define what specific pieces of information can be stored - like a name field, date field, or numeric value. This contrasts with Record Type (the structure definition) or Record Occurrence (the actual instance with values).