When the child entity is required, we are restricted from creating a new parent row without also creating a corresponding child row at the same time. False True TRUE ANSWER : ? YOUR ANSWER : ?
In a 1:N relationship, the foreign key is placed in: the child table. the parent table. either the parent table or the child table. either table without specifying parent and child tables. TRUE ANSWER : ? YOUR ANSWER : ?
When the parent entity is required, a new child row can always be inserted. True False TRUE ANSWER : ? YOUR ANSWER : ?
An ideal primary key is short, numeric and seldom changing. True False TRUE ANSWER : ? YOUR ANSWER : ?
For every relationship, there are six possible sets of minimum cardinalities. False True TRUE ANSWER : ? YOUR ANSWER : ?
(STREET ADDRESS, CITY, STATE, ZIP) is an ideal primary key. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following data constraints would be used to specify that the value of cells in a column must be one of a specific set of possible values? A domain constraint An intrarelation constraint A range constraint An interrelation constraint TRUE ANSWER : ? YOUR ANSWER : ?
In a 1:1 relationship, the foreign key is placed in: either the parent table or the child table. either table without specifying parent and child tables. the parent table. the child table. TRUE ANSWER : ? YOUR ANSWER : ?
In 1:N relationships, which entity becomes the parent entity is arbitrary. True False TRUE ANSWER : ? YOUR ANSWER : ?