chapter 3 - the relational database model Flashcards

1
Q

In the relational model, an identifier is composed of one or more attributes that uniquely identifies a row.

A

primary key (PK)

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

Any attribute in a specific row whose value directly determines other values in that row.

A

determinant

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

A multiple-attribute key.

A

composite key

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

An attribute that is part of a primary key.

A

key attribute

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

A minimal superkey; that is, a key that does not contain a subset of attributes that is itself a superkey.

A

candidate key

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

The property of a relational table that guarantees each entity has a unique value in a primary key and that the key has no null values.

A

Entity integrity

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

The absence of an attribute value.

A

null

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

An attribute or attributes in one table whose values must match the primary key in another table or whose values must be null.

A

foreign key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly