Rows in a relational database table are technically called:

A. Fields
B. Tuples
C. Attributes
D. Keys
Correct Answer: B. Tuples

Relational database management systems (RDBMS) are built upon the foundational mathematical concepts of relational algebra.

  • In formal relational model terminology, rows in a table are technically called tuples, representing a single, structured data record.
  • Correspondingly, columns are referred to as attributes, fields represent individual data cells, and keys are constraints utilized to enforce unique identification or relational links.

Leave a Comment

Scroll to Top