Data Models into Database Designs In a 1:1 relationship, the foreign key is placed in: either table without specifying parent and child tables. the child table. either the parent table or the child table. the parent table. either table without specifying parent and child tables. the child table. either the parent table or the child table. the parent table. ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs If a relationship has a cascade updates constraint, then if ________ in the parent table is changed, then the same change will automatically be made to any corresponding foreign key value. a foreign key a surrogate key any alternate key the primary key a foreign key a surrogate key any alternate key the primary key ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs All primary keys are required. False True False True ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs 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 False True ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs Which is not true about surrogate keys? They are short. They have meaning to the user. They are fixed. They are numeric. They are short. They have meaning to the user. They are fixed. They are numeric. ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs In 1:N relationships, which entity becomes the parent entity is arbitrary. True False True False ANSWER DOWNLOAD EXAMIANS APP