Multiple choice .net

Where is a single element of data stored?

  1. Field

  2. Record

  3. Table

  4. Both a and b.

  5. All of the above.

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

In database terminology, a field is the smallest unit of data storage representing a single data element. A record is a collection of related fields, and a table contains related records.