Chapter 4- Relationships Flashcards

1
Q

Stages of Database Development

A
  1. Analysis Stage
  2. Component Design Stage
  3. Implementation Stage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

E-R Data Model Requirements

A

Entities
Attributes
Identifiers
Relationships

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

A description of the structure and format of the occurrences of the entity

A

Entity Class

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

A specific occurrence of an entity within an entity class

A

Entity Instance

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

A single entity instance in one entity class is related to a single entity instance in another entity class

A

One-to-One (1:1)

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

A single entity instance in one entity class is related to many entity instances in another entity class

A

One-to-Many (1:N)

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

Many entity instances in one entity class is related to many entity instances in another entity class

A

Many-to-Many (N:M)

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

Maximum number of entity instances that may participate in a relationship instance

A

Maximum Cardinality

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

Minimum number of entity instances that must participate in a relationship instance

A

Minimum Cardinality

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

Entity has a relationship to itself

A

Recursive Relationship

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

An entity that cannot exist in the database w/o the existence of another entity.

A

Weak Entity

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

Any entity that is not weak

A

Strong Entity

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

A relationship b/w attributes in which one attribute (or group of attributes) determines the value of another attribute in the same table

A

Functional Dependency

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