Database Fundamentals — Question 9
This question requires that you evaluate the underlined text to determine if it is correct.
In a database table, each column represents a unique record.
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
- A. No change is needed
- B. Table
- C. Index
- D. Row
Correct answer: D
Explanation
The statement is incorrect because in a database table, each row represents a unique record, not a column. Therefore, option D, which suggests 'Row', is the correct choice to fix the statement. The other options do not accurately reflect the structure of a database table.