A transitive dependency is which of the following? A relation that is in first normal form. A functional dependency between two or more nonkey attributes. A functional dependency between two or more key attributes. A relation that is in second normal form. TRUE ANSWER : ? YOUR ANSWER : ?
A primary key is which of the following? A derived attribute Any attribute An attribute that uniquely identifies each row An attribute that uniquely identifies each column TRUE ANSWER : ? YOUR ANSWER : ?
If no multivalued attributes exist in a relation, then the relation is in what normal form? Second normal form Third normal form First normal form Fourth normal form TRUE ANSWER : ? YOUR ANSWER : ?
The entity integrity rule states that: no primary key attribute may be null. no primary key may be unique. no primary key may be equal to a value in a foreign key. no primary key can be composite. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a multivalued attribute into a relation which of the following is true? Four relations are created. Three relations are created. Two relations are created. One relation is created. TRUE ANSWER : ? YOUR ANSWER : ?
The primary key in a relation does not need to be underlined. True False 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 relational model consists of: data redundancy. data in the form of tables. unorganized data. operations using non-SQL languages. TRUE ANSWER : ? YOUR ANSWER : ?
A composite attribute does not get mapped into a relation. False True TRUE ANSWER : ? YOUR ANSWER : ?