CSA · Question #339
Tables are made up of which of the following?
The correct answer is A. records D. fields. In relational databases, tables are fundamental structures that organize data using both records (rows) and fields (columns).
Question
Tables are made up of which of the following?
Options
- Arecords
- Blists
- Cforms.
- Dfields
How the community answered
(31 responses)- A94% (29)
- B3% (1)
- C3% (1)
Why each option
In relational databases, tables are fundamental structures that organize data using both records (rows) and fields (columns).
Records, also known as rows, represent individual entries in a table, each containing a complete set of data for a specific entity.
Lists are display formats for records, not structural components of a table itself.
Forms are user interfaces for data entry and viewing, not a foundational part of how tables are constituted.
Fields, also known as columns, represent individual data elements or attributes, defining the type of data stored for each piece of information across all records.
Concept tested: Database table structure components
Topics
Community Discussion
No community discussion yet for this question.