Database Fundamentals — Question 96

This question requires that you evaluate the underlined text to determine if it is correct.
A row holds information for a single record in a table.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct

Answer options

Correct answer: A

Explanation

The statement is accurate because a row indeed represents a single record in a table, while the other options refer to different database elements. A column contains attributes of the records, a data type specifies the kind of data stored, and a view is a virtual table created from a query.