Data Models into Database Designs The identifier of an entity will become the ________ of the new table. primary key foreign key main attribute identity key primary key foreign key main attribute identity key ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs Which of the following column properties would be used to specify that cells in a column must contain a monetary value that is less than another monetary value in the same row? Default value Data type Data constraints Null status Default value Data type Data constraints Null status ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs For every relationship, there are six possible sets of minimum cardinalities. False True False True ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs An ideal primary key is short, numeric and seldom changing. False True False True ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs A foreign key is: used to define null status. All of these a column containing the primary key of another table. used to define data types. used to define null status. All of these a column containing the primary key of another table. used to define data types. ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs When the parent entity is required, cascading updates and cascading deletions should be allowed or the associated actions on the parent should be prohibited. True False True False ANSWER DOWNLOAD EXAMIANS APP