Chapter 4 Flash Cards

1
Q

Binary Relationship

A

Two entities are associated.

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

Cardinality

A

Expresses the minimum and maximum number of entity occurrences associated with one occurrence of related entity

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

Composite Attribute

A

Attribute that can be subdivided to yield additional attributes.

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

Composite Identifier

A

Primary key composed of more than one attribute.

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

Connectivity

A

Describes the relationship classification. (1:1, M:N, 1:M)

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

Derived Attribute

A

Attribute whose value is calculated from other attributes

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

Existence-Dependent

A

Entity exists in the database only when it is associated with another related entity occurrence. AKA Strong Entity or Regular Entity.

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

Existence-Independent

A

Entity exists apart from all of its related entities.

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

Identifiers

A

One or more attributes that uniquely identify each entity instance.

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

Iterative Process

A

Based on repetition of processes and procedures.

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

Mandatory Participation

A

One entity occurrence requires a corresponding entity occurrence in a particular relationship.

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

Multivalued Attributes

A

Attributes that have many values. Need to create either several new attributes or a new entity composed of original multivalued attribute’s components.

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

Optional Attribute

A

Does not require a value, can be left empty.

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

Optional Participation

A

One entity occurrence does not require a corresponding entity occurrence in a particular relationship.

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

Participants

A

Entities that participate in a relationship

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

Recursive Relationship

A

Relationship exists between occurrences of the same entity set.

17
Q

Relational Schema

A

The organization of a relational database as described by the database administrator.

18
Q

Relationship Degree

A

Indicates the number of entities or participants associated with a relationship

19
Q

Required Attribute

A

Must have a value, cannot be left empty.

20
Q

Simple Attribute

A

Attribute that cannot be subdivided.

21
Q

Single-Valued Attribute

A

Attribute that has only a single value.

22
Q

Strong (Identifying Relationship) Relationship

A

Primary key of the related entity contains a primary key component of the parent entity.

23
Q

Ternary Relationship

A

Three entities are associated.

24
Q

Unary Relationship

A

Association is maintained within a single entity.

25
Q

Weak Entity

A

An entity that is existence-dependent and has a primary key that is partially or totally derived from parent entity in the relationship

26
Q

Weak (Non-Identifying Relationship) Relationship

A

Primary key of the related entity does not contain a primary key component of the parent entity.