INF2603 Ch7 – Data Modeling with ERD – True/False – Flashcards
Unlock all answers in this set
Unlock answersquestion
            An ERM is dependent on the database type.
answer
        False
question
            The word "entity" in the ER model corresponds to a table.
answer
        True
question
            The Crow's Foot model is less implementation-oriented than the Chen model.
answer
        False
question
            The ER diagram represents the conceptual database as viewed by the end user.
answer
        True
question
            The ER model refers to a specific table row as an entity instance.
answer
        True
question
            In both the Chen and Crow's Foot models, an entity is represented with a rectangle containing the entity's name.
answer
        True
question
            The ER model refers to a specific table row as an entity occurrence.
answer
        True
question
            Attributes are types of entities.
answer
        False
question
            In the original Chen model, each attribute is represented using an oval with the attribute name connected to the entity with a line.
answer
        True
question
            Software vendors have adopted the Chen representation because of its compact representation.
answer
        False
question
            Attributes have a domain that specifies the data type of the attribute.
answer
        False
question
            Attributes cannot share a domain.
answer
        False
question
            In an ER diagram, primary keys are usually bolded.
answer
        False
question
            Ideally, a primary key is composed of several attributes.
answer
        False
question
            A composite identifier is a primary key composed of more than one attribute.
answer
        True
question
            All attributes are either simple or composite.
answer
        True
question
            All simple attributes are also single-valued.
answer
        False
question
            In the Chen model, a multivalued attribute is connected to the owning entity with a double line.
answer
        True
question
            The DBMS can easily handle multivalued attributes.
answer
        False
question
            Derived attributes are stored in a special database table.
answer
        False
question
            A relationship is identified by a name that describes the relationship.
answer
        True
question
            Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
answer
        True
question
            In Chen notation, there is no way to represent cardinality.
answer
        False
question
            Connectivities and cardinalities are established by business rules.
answer
        True
question
            A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
answer
        False
question
            You should always load data from the 1 side of a 1:M relationship.
answer
        True
question
            A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
answer
        True
question
            The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
answer
        False
question
            Relationships operate only in one direction.
answer
        False
question
            A recursive relationship is one in which a relationship can exist between occurrences of the same entity set.
answer
        True