CSA · Question #441
On a list, what does each row show?
The correct answer is B. A record. In the context of lists or tables, each horizontal row represents a complete set of related data for a single item, which is commonly referred to as a record.
Question
On a list, what does each row show?
Options
- AA filter
- BA record
- CA table
- DA field
How the community answered
(53 responses)- A4% (2)
- B92% (49)
- C2% (1)
- D2% (1)
Why each option
In the context of lists or tables, each horizontal row represents a complete set of related data for a single item, which is commonly referred to as a record.
A filter is a criterion used to select and display a subset of records, not what an individual row represents.
A record, also known as a row or tuple in database terminology, encapsulates all the individual pieces of data (fields) that together describe a single entity or instance within a dataset. For example, in a list of employees, each row would contain all the information pertinent to one specific employee.
A table is the entire collection of data organized into rows and columns, not an individual row itself.
A field, or column, represents a single attribute or type of information across all records, such as an 'Employee Name', not the complete data for one item.
Concept tested: Basic database and data structure terminology
Source: https://learn.microsoft.com/en-us/sql/relational-databases/tables/tables?view=sql-server-ver16
Topics
Community Discussion
No community discussion yet for this question.