DB2 - 1 Flashcards

1
Q

To satisfy First normal form, each column of a table must have a single value.

FALSE
TRUE

A

TRUE

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

To satisfy Second Normal we don’t need to be in compliance to first normal form

FALSE
TRUE

A

FALSE

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

What is one goal of the normalization process?

Eliminating redundant data
Setting up a sequential process
Creating dummy records to handle parameters
Providing supplementary redundant linkages

A

Eliminating redundant data

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

DB2 is not a relational database.

TRUE
FALSE

A

FALSE

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

A primary key uniquely identifies a row.

FALSE
TRUE

A

TRUE

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

DB2 automatically guarantees the integrity of data by enforcing

Locking strategies
Fire and forget
Redundant array striping
Non local goto resolution

A

Locking strategies

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

Pick three types of data integrity

Entity Integrity
Absolute Integrity
Domain Integrity
Referential Integrity

A

Entity Integrity,
Domain Integrity,
Referential Integrity

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

The horizontal entry in a database is a column.

True or False?

True
False

A

False

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

One way Domain integrity is enforced is by using Default Values.

True or False?

TRUE
FALSE

A

TRUE

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