Database - Data Modeling with ER Model MCQs Part

1. Which of the following indicates the maximum number of entities that can be involved in a relationship?

A.
Minimum cardinality
B.
Maximum cardinality
C.
ERD
D.
Greater Entity Count (GEC)

 Answer Option B

2. Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier?

A.
Weak entity
B.
Strong entity
C.
ID-dependent entity
D.
ID- independent entity

 Answer Option A

3. In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) ________ entity.

A.
parent
B.
child
C.
instance
D.
subtype

 Answer Option A

4. Which type of entity represents an actual occurrence of an associated generalized entity?

A.
Supertype entity
B.
Subtype entity
C.
Archetype entity
D.
Instance entity

 Answer Option D

5. A recursive relationship is a relationship between an entity and ________ .

A.
itself
B.
a subtype entity
C.
an archetype entity
D.
an instance entity

 Answer Option A

6. Which of the following indicates the minimum number of entities that must be involved in a relationship?

A. Minimum cardinality
B. Maximum cardinality
C. ERD
D. Greater Entity Count (GEC)

 Answer Option A

7. Which of the following refers to something that can be identified in the users' work environment, something that the users want to track?

A. Entity
B. Attribute
C. Identifier
D. Relationship

 Answer Option A

8. In which of the following is a single-entity instance of one type related to many entity instances of another type?

A. One-to-One Relationship
B. One-to-Many Relationship
C. Many-to-Many Relationship
D. Composite Relationship

 Answer Option B

9. Which of the following refers to an entity in which the identifier of one entity includes the identifier of another entity?

A. Weak entity
B. Strong entity
C. ID-dependent entity
D. ID-independent entity

 Answer Option C

10. Which type of entity is related to two or more associated entities that each contain specialized attributes that apply to some but not all of the instances of the entity?

A. Supertype entity
B. Subtype entity
C. Archetype entity
D. Instance entity

 Answer Option A

11. An attribute that names or identifies entity instances is a(n):

A. entity.
B. attribute.
C. identifier.
D. relationship.

 Answer Option C

12. Properties that describe the characteristics of entities are called:

A. entities.
B. attributes.
C. identifiers.
D. relationships.

 Answer Option B

13. In which of the following can many entity instances of one type be related to many entity instances of another type?

A. One-to-One Relationship
B. One-to-Many Relationship
C. Many-to-Many Relationship
D. Composite Relationship

 Answer Option C

14. Entities of a given type are grouped into a(n):

A. database.
B. entity class.
C. attribute.
D. ERD.

 Answer Option B

15. Which of the following is NOT a basic element of all versions of the E-R model?

A. Entities
B. Attributes
C. Relationships
D. Primary keys

 Answer Option D

16. In which of the following is a single-entity instance of one type of related to a single-entity instance of another type?

A. One-to-One Relationship
B. One-to-Many Relationship
C. Many-to-Many Relationship
D. Composite Relationship

 Answer Option A

17. Entities can be associated with one another in which of the following?

A. Entities
B. Attributes
C. Identifiers
D. Relationships

 Answer Option D

18. Which type of entity has its relationship to another entity determined by an attribute in that other entity called a discriminator?

A. Supertype entity
B. Subtype entity
C. Archetype entity
D. Instance entity

 Answer Option B

19. Which type of entity represents a logical generalization whose actual occurrence is represented by a second, associated entity?

A. Supertype entity
B. Subtype entity
C. Archetype entity
D. Instance entity

 Answer Option C

20. In a one-to-many relationship, the entity that is on the many side of the relationship is called a(n) ________ entity.

A. parent
B. child
C. instance
D. subtype

 Answer Option B

6. Which of the following indicates the minimum number of entities that must be involved in a relationship?

A. Minimum cardinality
B. Maximum cardinality
C. ERD
D. Greater Entity Count (GEC)

 Answer Option A

7. Which of the following refers to something that can be identified in the users' work environment, something that the users want to track?

A. Entity
B. Attribute
C. Identifier
D. Relationship

 Answer Option A

8. In which of the following is a single-entity instance of one type related to many entity instances of another type?

A. One-to-One Relationship
B. One-to-Many Relationship
C. Many-to-Many Relationship
D. Composite Relationship

 Answer Option B

9. Which of the following refers to an entity in which the identifier of one entity includes the identifier of another entity?

A. Weak entity
B. Strong entity
C. ID-dependent entity
D. ID-independent entity

 Answer Option C

10. Which type of entity is related to two or more associated entities that each contain specialized attributes that apply to some but not all of the instances of the entity?

A. Supertype entity
B. Subtype entity
C. Archetype entity
D. Instance entity

 Answer Option A

Comments

Most Popular

PhpStorm, return value is expected to be 'A', 'object' returned

Remove Unicode Zero Width Space PHP

Laravel file upload returns forbidden 403, file permission is 700 not 755