A foreign key is which of the following? An attribute that serves as the primary key of another relation An attribute that serves no purpose The same thing as a primary key Any attribute TRUE ANSWER : ? YOUR ANSWER : ?
A relation has which of the following properties? The order of the columns is significant. Attributes can have the same name within a given table. Each relation has a unique name. Each row is not unique. TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key may be null and still adhere to the referential integrity constraint. False True 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? Third normal form Second normal form Fourth normal form First normal form TRUE ANSWER : ? YOUR ANSWER : ?
The primary key of the new relation in a many-to-many relationship is a composite key comprised of the primary keys of each of the binary entities. True False TRUE ANSWER : ? YOUR ANSWER : ?
The relational model consists of: operations using non-SQL languages. data redundancy. data in the form of tables. unorganized data. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a many-to-many unary relationship into a relation which of the following is true? Four relations are created. Three relations are created. One relation is created. Two relations are created. 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 : ?
If a relation is in third normal form, it does not need to be in second normal form. True False TRUE ANSWER : ? YOUR ANSWER : ?