Chapter 4 Quiz 3 Flashcards

1
Q

an attribute that must have a value

A

Required attribute

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

an attribute that does not require value; therefore, it can be left empty

A

optional attribute

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

one or more attributes to uniquely identify each entity instance

A

identifiers

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

attributes are also underlined in a frequently used shorthand notation for the table structure called____

A

Relational schema

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

a primary key composed of more than one attribute

A

composite identifier

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

an attribute that can be further subdivided to yield additional attributes

A

composite attribute

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

an attribute that cannot be subdivided

A

simple attribute

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

an attribute that can have only a single value

A

single-valued attribute

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

attributes that can have any values

A

multivalued attributes

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

an attribute whose value is calculated from other attributes

A

derived attribute

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

The entities that participate in a relationship are known as______

A

Participants

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

_____ is used to describe the relationship classification

A

connectivity

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

______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
14
Q

an entity is said to be ______ if it can exist in the database only when it is associated with another related entity occurence

A

existence-dependent

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

if an entity can exist apart from all of its related entities, then it is _____ and is referred to as a “_____”

A

existence-independent, strong entity

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

a ______ exists if the primary key of the related entity does not contain a primary key component of the parent entity

A

weak relationship

17
Q

A______ exists when the primary key of the related entity contains a primary key component of the parent entity

A

Strong relationship

18
Q

a _____ exists when thee entity is existence-dependent and the entity has a primary key that is derived from the parent entity in the relationship

A

Weak entity

19
Q

_______ means that one entity occurrence does not require a corresponding entity occurrence

A

Optional participation

20
Q

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

A

Mandatory participation

21
Q

_____ indicated the number of entities or participants associated with a relationship

A

Relationship degree

22
Q

____ exists when an association is maintained within a single entity

A

unary relationship

23
Q

A ____ exists when two entities are associated

A

binary relationship

24
Q

A____ exists when three entities are associated

A

ternary relationship

25
Q

when a relationship is related to itself

A

recursive relationship

26
Q

an_____ is based on repetition of processes and procedures

A

Iterative process