Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Different data models use different vocabulary. In the relational model, the formally correct term for a row is “tuple,” but many tools, textbooks, and practitioners informally say “record.” This question asks whether that informal usage is sometimes applied.
Given Data / Assumptions:
Concept / Approach:
While “record” comes from earlier file systems and hierarchical models, it remains common in practice and documentation to refer to a relational row as a record. Therefore, the statement is acceptable as phrased (“sometimes called”). It would be imprecise to assert that “record” is the formal term, but acknowledging common usage is correct.
Step-by-Step Solution:
Verification / Alternative check:
Check database client software and UI labels; you will often see “records returned.”
Why Other Options Are Wrong:
Common Pitfalls:
Insisting that only textbook terminology is acceptable in all contexts; in exams, read qualifiers like “sometimes” carefully.
Final Answer:
Correct
Discussion & Comments