Chapter 6-Logical Database Design Flashcards

1
Q

NO CHECK is the same as…

A

RESTRICT

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

Entity integrity

A

Ensures that all primary key attributes are not null.

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

Enterprise Constraint

A

Ensuring that all business rules concerning database are adhered to.

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

NO CHECK

A

When the parent key is deleted, does not check that referential integrity is maintained.

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

SET DEFAULT

A

When the parent key is deleted, the child keys will all be set to a default value.

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

SET NULL

A

When the parent key is deleted, all referenced child keys are automatically set to null.

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

CASCADE

A

If the parent key is deleted, any child keys that are referenced by the parent key are automatically deleted. If the child key is a parent key in another relationship, then the deletion will be applied to the child keys in a cascading manner.

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

NO ACTION

A

Prevents a record from being deleted if any child relations reference the parent key.

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

Referential Integrity

A

Ensures that all foreign keys reference an existing parent key in a parent relation.

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

Domain Constraints

A

A set of permissible values for one or more attributes.

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

Intermediate Entity

A

An entity created as a result of the decomposition of a relation while resolving a m:n relationship.

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

Necessary Data

A

Any attributes that cannot be left blank or null under any circumstances.

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