When mapping a binary many-to-many relationship into a relation which of the following is true? Four relations are created. Two relations are created. Three relations are created. One relation is created. TRUE ANSWER : ? YOUR ANSWER : ?
The relational model consists of: data in the form of tables. operations using non-SQL languages. unorganized data. data redundancy. 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 : ?
When mapping a many-to-many unary relationship into a relation which of the following is true? Two relations are created. Three relations are created. One relation is created. Four relations are created. 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? One relation is created. Three relations are created. Two relations are created. Four relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
A synonym is two or more attributes that have different names but the same meaning. True False TRUE ANSWER : ? YOUR ANSWER : ?
A transitive dependency is which of the following? A relation that is in second normal form. A functional dependency between two or more nonkey attributes. A relation that is in first normal form. A functional dependency between two or more key attributes. TRUE ANSWER : ? YOUR ANSWER : ?
Relations are: four-dimensional tables. two-dimensional tables. five-dimensional tables. three-dimensional tables. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key is which of the following? The same thing as a primary key An attribute that serves no purpose Any attribute An attribute that serves as the primary key of another relation TRUE ANSWER : ? YOUR ANSWER : ?