Chapter 4 Flashcards

1
Q

Identifiers

A

One or more attributes that uniquely identify each entity instance. Basically a primary key in ERM

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

Composite identifier

A

An identifier with one or more attribute

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

Composite attribute

A

An attribute which can be further divided into more attributes. Like address -> street,city,state,zip

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

Simple attribute

A

An attribute that cannot be subdivided

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

Single-valued attribute

A

an attribute that can have only one single value such as social security code

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

Muti-valued attribute

A

An attribute which can have many values such as college_degree

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

Derived attribute

A

An attribute whose value is calculated(derived) from another value, such as age is derived from date of birth

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

Participants

A

Entities which participate in a relationship

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

Connectivity

A

Describes the relationship classification

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

Cardinality

A

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

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

Existence-dependent

A

An entity which was exist in the database only when it is associated with another related entity occurrence

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

Existence-independent

A

An entity which can exists apart from all of its related entities. Referred to as a strong entity

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

Weak relationship (Non-identifying)

A

Exists when the PK of the related entity does not contain the PK component of the parent entity

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

Strong (Identifying) relationship

A

Exists when the PK of the related entity contains a PK component of the parent entity

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

relationship degree

A

Indicates the number of entities or participants associated with a relationship

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

Unary relationship

A

exists when an association is maintained within a single entity

17
Q

Binary relationship

A

Exists when two entities are associated