Database Management Extra 9 Flashcards

1
Q

An entity that displays existence dependence and inherits the primary key of its parent entity. For example, a DEPENDENT requires the existence of an EMPLOYEE.

A

Weak Entity

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

A relationship in which the primary key of the related entity does not contain a primary key component of the parent entity.

A

Weak Relationship

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

The transaction property that requires all parts of a transaction to be treated as a single, indivisible, logical unit of work. All parts of a transaction must be completed or the entire transaction is aborted.

A

Atomicity

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

A special type of third normal form (3NF) in which every determinant is a candidate key. A table in ??? must be in 3NF.

A

BCNF

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

A process by which a table is changed from a higher-level normal form to a lower-level normal form, usually to increase processing speed. ??? potentially yields data anomalies.

A

Denormalization

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

A representation of all data dependencies (primary key, partial, or transitive) within a table.

A

Dependency Diagram

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

The ??? ??? in the normalization process. It describes a relation depicted in tabular format, with no repeating groups and a primary key identified. All nonkey attributes in the relation are dependent on the primary key.

A

first stage (1NF)

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

A table is in ??? if it is in 3NF and contains no multiple independent sets of multi-valued dependencies.

A

4NF

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

The level of detail represented by the values stored in a table’s row. Data stored at its lowest level of ??? is said to be atomic data.

A

Granularity

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