The primary key in a relation does not need to be underlined. False True TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A functional dependency between two or more key attributes. A relation that is in second normal form. A relation that is in first normal form. A functional dependency between two or more nonkey attributes. 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 synonym is two or more attributes that have different names but the same meaning. False True TRUE ANSWER : ? YOUR ANSWER : ?
If a relation is in third normal form, it does not need to be in second normal form. True False TRUE ANSWER : ? YOUR ANSWER : ?
If no multivalued attributes exist in a relation, then the relation is in what normal form? First normal form Fourth normal form Second normal form Third normal form TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a regular entity into a relation which of the following is true? Two relations are created. Three relations are created. Four relations are created. One relation is created. TRUE ANSWER : ? YOUR ANSWER : ?
A primary key is which of the following? Any attribute An attribute that uniquely identifies each column A derived attribute An attribute that uniquely identifies each row TRUE ANSWER : ? YOUR ANSWER : ?
A relation has which of the following properties? The order of the columns is significant. Each relation has a unique name. Each row is not unique. Attributes can have the same name within a given table. TRUE ANSWER : ? YOUR ANSWER : ?