Difficulty: Easy
Correct Answer: A major category of data about people, places, or things
Explanation:
Introduction:
The ER model is foundational for database analysis and design. This question verifies that you understand what an entity type represents within that model and how it differs from departments, processes, or attributes.
Given Data / Assumptions:
Concept / Approach:
An entity type is a named collection of similar things of interest to the organization, such as Customer, Order, Product, or Supplier. It is not a single attribute, nor is it a department or process. Attributes describe entities; processes transform data; departments are organizational units, not data categories per se.
Step-by-Step Solution:
1) Recall the ER building blocks: entities, attributes, and relationships.2) Match the definition that describes a broad category of data (e.g., Customer) rather than a single value or organizational structure.3) Select the option that states “a major category of data about people, places, or things.”
Verification / Alternative check:
ER textbooks consistently define an entity type as a set of objects (entity instances) sharing attributes and identity, distinct from processes or departments.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing entities with attributes (for example, treating “Email Address” as an entity rather than an attribute of “Customer”).
Final Answer:
A major category of data about people, places, or things
Discussion & Comments