Normalization is a formal process for deciding which attributes should be grouped together in a relation. False True TRUE ANSWER : ? YOUR ANSWER : ?
The primary key in a relation does not need to be underlined. True False TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key may be null and still adhere to the referential integrity constraint. True False TRUE ANSWER : ? YOUR ANSWER : ?
A relation has which of the following properties? Each relation has a unique name. Each row is not unique. Attributes can have the same name within a given table. The order of the columns is significant. 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 : ?
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 may be unique. no primary key attribute may be null. TRUE ANSWER : ? YOUR ANSWER : ?
The relational model consists of: data redundancy. data in the form of tables. operations using non-SQL languages. unorganized data. TRUE ANSWER : ? YOUR ANSWER : ?
When mapping a supertype/subtype relationship which of the following is true? The subtype primary key is assigned to each supertype. There is no primary key/foreign key relationship between a supertype/subtype. There is no link between the supertype/subtype entities. The supertype primary key is assigned to each subtype. TRUE ANSWER : ? YOUR ANSWER : ?