0
0
DBMS Theoryknowledge~5 mins

Entity-Relationship model in DBMS Theory - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Entity in the Entity-Relationship model?
An Entity is a real-world object or thing that can be distinctly identified. It can be a person, place, event, or concept.
Click to reveal answer
beginner
Define a Relationship in the Entity-Relationship model.
A Relationship shows how two or more entities are connected or associated with each other in the real world.
Click to reveal answer
beginner
What is an Attribute in the Entity-Relationship model?
An Attribute is a property or characteristic of an entity or relationship, like a name, age, or date.
Click to reveal answer
intermediate
Explain the concept of Cardinality in the Entity-Relationship model.
Cardinality defines the number of instances of one entity that can be associated with instances of another entity, such as one-to-one, one-to-many, or many-to-many.
Click to reveal answer
beginner
What is a Primary Key in the context of the Entity-Relationship model?
A Primary Key is an attribute or set of attributes that uniquely identifies each entity instance in an entity set.
Click to reveal answer
Which of the following best describes an Entity in the ER model?
AA property of a relationship
BA real-world object or thing
CA connection between two databases
DA type of database query
What does Cardinality specify in an ER diagram?
AThe number of instances of one entity related to another
BThe number of relationships in the model
CThe number of attributes an entity has
DThe size of the database
Which symbol is commonly used to represent an Entity in an ER diagram?
ARectangle
BDiamond
COval
DArrow
What is the role of an Attribute in the ER model?
ATo connect entities
BTo represent database users
CTo define database tables
DTo describe properties of entities or relationships
A Primary Key in an entity is used to:
ADescribe the entity's attributes
BLink two entities
CIdentify each entity instance uniquely
DShow the relationship type
Explain the main components of the Entity-Relationship model and their roles.
Think about objects, their connections, and properties.
You got /5 concepts.
    Describe how cardinality affects the way entities relate to each other in an ER diagram.
    Consider how many of one entity can connect to another.
    You got /4 concepts.