Relations are: two-dimensional tables. three-dimensional tables. four-dimensional tables. five-dimensional tables. TRUE ANSWER : ? YOUR ANSWER : ?
The entity integrity rule states that: no primary key attribute may be null. no primary key can be composite. no primary key may be unique. no primary key may be equal to a value in a foreign key. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key is which of the following? An attribute that serves as the primary key of another relation The same thing as a primary key An attribute that serves no purpose Any attribute TRUE ANSWER : ? YOUR ANSWER : ?
If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form? Second normal form First normal form Fourth normal form Third normal form TRUE ANSWER : ? YOUR ANSWER : ?
The primary key in a relation does not need to be underlined. False True TRUE ANSWER : ? YOUR ANSWER : ?
Normalization is a formal process for deciding which attributes should be grouped together in a relation. True False TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A relation that is in first normal form. A relation that is in second normal form. A functional dependency between two or more nonkey attributes. A functional dependency between two or more key attributes. TRUE ANSWER : ? YOUR ANSWER : ?
An enterprise key is a primary key whose value is unique for a given relation. False True TRUE ANSWER : ? YOUR ANSWER : ?