Physical Database Design If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true? All fields are stored in two relations. All fields are stored in three relations. All fields are stored in four relations. All fields are stored in one relation. All fields are stored in two relations. All fields are stored in three relations. All fields are stored in four relations. All fields are stored in one relation. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Distributing the columns of a table into several separate physical records is known as horizontal partitioning. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design An extent is a contiguous section of disk storage space. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A pointer is a detailed coding scheme recognized by system software for representing organizational data. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following are integrity controls that a DBMS may support? Assume a default value in a field unless a user enters a value for that field. All of these Limit the set of permissible values that a field may assume. Limit the use of null values in some fields. Assume a default value in a field unless a user enters a value for that field. All of these Limit the set of permissible values that a field may assume. Limit the use of null values in some fields. ANSWER DOWNLOAD EXAMIANS APP