Several pieces of information are captured about a book. This information includes: Title, Author First Name, Author Last Name, Book Genre, and Date Published. Based on the scenario above, what part of the entity relationship is the Title?
-
Entity
-
Category
-
Hierarchy
-
Relationship
-
Atttibute
E
Correct answer
Explanation
In entity-relationship modeling, an attribute is a characteristic or property that describes an entity. Title is a property describing a book, making it an attribute. The book itself would be the entity, genre could be a category, relationships connect entities, and hierarchy refers to structural organization.