Data Models into Database Designs A primary key should be defined as: None of these NULL. NOT NULL. Either of the above can be used. None of these NULL. NOT NULL. Either of the above can be used. 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 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? Data type Default value Null status Data constraints Data type Default value Null status Data constraints 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 For every relationship, how many possible sets of minimum cardinalities are there? Three Four Six Two Three Four Six Two ANSWER DOWNLOAD EXAMIANS APP
Data Models into Database Designs In a 1:N relationship, the foreign key is placed in: the parent table. either the parent table or the child table. either table without specifying parent and child tables. the child table. the parent table. either the parent table or the child table. either table without specifying parent and child tables. the child table. ANSWER DOWNLOAD EXAMIANS APP