Entity Relationship (ER) Modeling Flashcards

1
Q

It represents the conceptual database as viewed by the end user.

A

ERD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It is the set of possible values for a given attribute.

A

Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The ERM uses identifiers—one or more attributes that uniquely identify each entity instance.

A

Identifiers (Primary Keys)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is a primary key composed of more than one attribute.

A

Composite Identifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It is an attribute that can be further subdivided to
yield additional attributes.

A

Composite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is an attribute that cannot be subdivided. For example, age, sex, and marital status would be classified as simple attributes.

A

Simple attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is an attribute that can have only a single value.
For example, a person can have only one Social Security number, and a manufactured part can have
only one serial number.

A

Single-Valued Attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is an attribute whose value is calculated (derived) from other attributes.

A

Derived attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It is used to describe the relationship classification.

A

Connectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.

A

Cardinality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It exists in the database only when it is associated with another related entity occurrence.

A

Existence Dependence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It means that one entity occurrence does not require a corresponding entity occurrence in a particular relationship.

A

Optional participation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It means that one entity occurrence requires a corresponding entity occurrence in a particular relationship

A

Mandatory participation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It indicates the number of entities or participants associated
with a relationship.

A

Relationship Degree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

It exists when an association is maintained within a single
entity.

A

Unary Relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It exists when two entities are associated.

A

Binary Relationship

17
Q

It exists when three entities are associated. Although higher degrees exist, they are rare and are not specifically named.

A

Ternary Relationship

18
Q

It guides you in developing logical structures that minimize data redundancies, thereby minimizing the likelihood that
destructive data anomalies will occur.

A

Design standards.

19
Q

It means minimal access time, which may be achieved by minimizing the number and complexity of logically desirable
relationships.

A

Processing speed