FC0-U61 · Question #713
Which of the following describes the concept of a database record?
The correct answer is B. A collection of fields about the same object. The concept of a database record is best described as a collection of fields about the same object. A database record is a row in a table that represents an instance of an entity, such as a customer, an order, a product, etc. A database record consists of one or more fields that
Question
Which of the following describes the concept of a database record?
Options
- AA collection of rows, columns, and constraints
- BA collection of fields about the same object
- CA collection of schemas within the same database
- DA collection of tables within different schemas
How the community answered
(29 responses)- A3% (1)
- B93% (27)
- D3% (1)
Explanation
The concept of a database record is best described as a collection of fields about the same object. A database record is a row in a table that represents an instance of an entity, such as a customer, an order, a product, etc. A database record consists of one or more fields that store data about the attributes of the entity, such as name, address, phone number, quantity, price, etc. A database record can be uniquely identified by a primary key, which is a field or a combination of fields that do not repeat in the table.
Topics
Community Discussion
No community discussion yet for this question.