DB2 - 1 Flashcards
To satisfy First normal form, each column of a table must have a single value.
FALSE
TRUE
TRUE
To satisfy Second Normal we don’t need to be in compliance to first normal form
FALSE
TRUE
FALSE
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
Eliminating redundant data
DB2 is not a relational database.
TRUE
FALSE
FALSE
A primary key uniquely identifies a row.
FALSE
TRUE
TRUE
DB2 automatically guarantees the integrity of data by enforcing
Locking strategies
Fire and forget
Redundant array striping
Non local goto resolution
Locking strategies
Pick three types of data integrity
Entity Integrity
Absolute Integrity
Domain Integrity
Referential Integrity
Entity Integrity,
Domain Integrity,
Referential Integrity
The horizontal entry in a database is a column.
True or False?
True
False
False
One way Domain integrity is enforced is by using Default Values.
True or False?
TRUE
FALSE
TRUE