Database Management Extra 10 Flashcards

1
Q

An attribute that is not part of a key.

A

Nonprime Attribute

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

A process that assigns attributes to entities so that data redundancies are reduced or eliminated.

A

Normalization

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

A condition in which an attribute is dependent on only a portion (subset) of the primary key.

A

Partial Dependency

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

In a relation, a characteristic describing a group of multiple entries of the same type for a single key attribute occurrence. For example, a car can have multiple colors for its top, interior, bottom, trim, and so on.

A

Repeating Group

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

The ??? ??? in the normalization process, in which a relation is in 1NF and there are no partial dependencies (dependencies in only part of the primary key).

A

2NF

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

A table is in ??? when it is in 2NF and no nonkey attribute is functionally dependent on another nonkey attribute; that is, it cannot include transitive dependencies.

A

3NF

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

A condition in which an attribute is dependent on another attribute that is not part of the primary key.

A

Transitive Dependency

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

The SQL command used to make changes to table structure. When the command is followed by a keyword (ADD or MODIFY), it adds a column or changes column characteristics.

A

ALTER TABLE

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

In SQL, a special comparison operator used to check whether a value is within a range of specified values.

A

BETWEEN

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

A nested ordering sequence for a set of rows, such as a list in which all last names are alphabetically ordered and, within the last names, all first names are ordered.

A

Cascading Order Sequence

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