Database Management Extra 7 Flashcards

1
Q

A key attribute; that is, an attribute that is part of a key or is the whole key.

A

Prime Attribute

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

A condition by which a dependent table’s foreign key must have either a null entry or a matching entry in the related table.

A

Referential Integrity

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

A key used strictly for data retrieval purposes. For example, customers are not likely to know their customer number (primary key), but the combination of last name, first name, middle initial, and telephone number will probably match the appropriate table row.

A

Secondary Key

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

A part of mathematical science that deals with sets, or groups of things, and is used as the basis for data manipulation in the relational model.

A

Set Theory

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

An attribute or attributes that uniquely identify each entity in a table.

A

Superkey

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

An index in which the index key can have only one associated pointer value (row).

A

Unique Index

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

A property that assigns a specific value to connectivity and expresses the range of allowed entity occurrences associated with a single occurrence of the related entity.

A

Cardinality

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

An attribute that can be further subdivided to yield additional attributes. For example, a phone number such as 615-898-2368 may be divided into an area code (615), an exchange number (898), and a four-digit code (2368).

A

Composite Attribute

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

In ER modeling, a 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
10
Q

A property of an entity that can exist apart from one or more related entities. Such a table must be created first when referencing an existence-dependent table.

A

existence-independent

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