Multiple choice

A table consists of

  1. fields and columns

  2. rows and columns

  3. rows and cells

  4. none of the above

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

In relational database terminology, a table is organized as rows (also called tuples or records) and columns (also called attributes or fields). Each row represents a single complete entity or record, while each column represents a specific attribute or field that all records possess. This two-dimensional structure is the foundation of relational databases.