WorksheetsEntity Relationship Model
Total questions: 40
Worksheet time: 20mins
What is an Entity Relationship Diagram?
An Entity Relationship Diagram is a relationship between properties of entities in a database.
An Entity Relationship Diagram is a type database table connections.
An Entity Relationship Diagram is a type of database programming.
What is represented by a rectangle in an entity-relationship diagram?
In an ERD, what does a diamond-shaped symbol represent?
Which of the following is not a cardinality constraint used in ER diagrams?
One-to-One
Many-to-Many
One-to-Many
All-to-All
What does the crow's foot notation in an ERD signify?
What does the line connecting two entities in an ERD represent?
In an ERD, what does a double rectangle represent?
What is the purpose of an ERD's cardinality constraints?
Which of the following is true regarding a composite attribute in an ERD?
In an ERD, what is the cardinality notation for a One-to-Many relationship?
In an ERD, what does the term "superkey" refer to?
An attribute that uniquely identifies an entity within an entity set.
A key that is not a candidate key
What is an entity set in an entity-relationship diagram (ERD)?
Which of the following best describes the cardinality of an entity set in an ERD?
The number of entities in the set
In an ERD, what is represented by an oval-shaped symbol?
What is the primary purpose of an entity set in an ERD?
Which of the following is an example of an entity set in an ERD for a university database?
How are entities related within an entity set in an ERD?
What does the term "entity type" refer to in the context of an entity set?
Which of the following statements about entity sets is true?
What is an attribute in an entity-relationship diagram (ERD)?
Which of the following is an example of a composite attribute in an ERD?
What does a derived attribute in an ERD represent?
Which of the following is an example of a multivalued attribute in an ERD?
student numbers
What is the purpose of an attribute type in an ERD?
Which of the following is not a valid attribute type in an ERD?
float
table
What does a key attribute represent in an ERD?
Which of the following is an example of a single-valued attribute in an ERD?
Grade
What does the term "composite attribute" refer to in an ERD?
In an ERD, what does a multivalued attribute represent?
Which of the following is an example of a derived attribute in an ERD for a database of students?
address
What is the purpose of a primary key in an entity-relationship diagram (ERD)?
What does the term "superkey" refer to in an ERD?
What does the term "candidate key" signify in an ERD?
A key that is one of the possible choices for the primary key
What does cardinality in an entity-relationship diagram (ERD) specify?
It specifies the degree of participation of an entity in a relationship
Which of the following cardinalities represents a one-to-one relationship in an ERD?
What does the notation (1:M) signify in an ERD?
In an ERD, what does the cardinality (0, M) represent?
Which of the following represents a many-to-many relationship in an ERD?
(M:M)
(0:N)
(1:M)
(1:1)
In a hospital database ERD, each patient can have multiple doctors, but each doctor can treat multiple patients. What cardinality constraint best represents this scenario between the Patient entity set and the Doctor entity set?
In a company database ERD, each employee can have only one manager, but each manager can have multiple employees. What cardinality constraint best represents this scenario between the Manager entity set and the Employee entity set?
