CITM-001 · Question #23
In a database, each row is called a
The correct answer is A. record. In a database, each row represents a single, implicitly structured data item in a table. A row is also called a record or a tuple. A record contains multiple fields, each one defined in a different column. A field is the intersection of a row and a column, and it holds a single…
Question
In a database, each row is called a
Options
- Arecord
- Bcolumn
- Cinformation
How the community answered
(60 responses)- A95% (57)
- B3% (2)
- C2% (1)
Explanation
In a database, each row represents a single, implicitly structured data item in a table. A row is also called a record or a tuple. A record contains multiple fields, each one defined in a different column. A field is the intersection of a row and a column, and it holds a single value. A column is also called an attribute or a field name, and it defines the type and constraints of the data in that
Topics
Community Discussion
No community discussion yet for this question.