A foreign key may be null and still adhere to the referential integrity constraint. False True TRUE ANSWER : ? YOUR ANSWER : ?
The relational model consists of: unorganized data. data in the form of tables. operations using non-SQL languages. data redundancy. TRUE ANSWER : ? YOUR ANSWER : ?
A composite attribute does not get mapped into a relation. False True TRUE ANSWER : ? YOUR ANSWER : ?
A primary key is which of the following? Any attribute An attribute that uniquely identifies each row An attribute that uniquely identifies each column A derived attribute TRUE ANSWER : ? YOUR ANSWER : ?
If a relation is in third normal form, it does not need to be in second normal form. False True TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a multivalued attribute into a relation which of the following is true? One relation is created. Four relations are created. Three relations are created. Two relations are created. TRUE ANSWER : ? YOUR ANSWER : ?
A relation has which of the following properties? Attributes can have the same name within a given table. The order of the columns is significant. Each row is not unique. Each relation has a unique name. TRUE ANSWER : ? YOUR ANSWER : ?
The entity integrity rule states that: no primary key can be composite. no primary key may be equal to a value in a foreign key. no primary key attribute may be null. no primary key may be unique. TRUE ANSWER : ? YOUR ANSWER : ?