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 any alternate key a surrogate key the primary key a foreign key any alternate key a surrogate key the primary key ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs For every relationship, how many possible types of actions are there when enforcing minimum cardinalities? Four Two Three Six Four Two Three Six ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs In a 1:1 relationship, the foreign key is placed in: either the parent table or the child table. the parent table. the child table. either table without specifying parent and child tables. either the parent table or the child table. the parent table. the child table. either table without specifying parent and child tables. ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs Which of the following column properties specifies whether or not cells in a column must contain a data value? Null status Default value Data type Data constraints Null status Default value Data type Data constraints ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs A foreign key is used to implement relationships between tables. 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