Physical Database Design The blocking factor is: a group of fields stored in adjacent memory. attributes grouped together by the same secondary key. the number of physical records per page. attributes grouped together by the same primary key. a group of fields stored in adjacent memory. attributes grouped together by the same secondary key. the number of physical records per page. attributes grouped together by the same primary key. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following is not a factor to consider when switching from small to large block size? The number of columns The length of all of the fields in a table row Block contention Random row access speed The number of columns The length of all of the fields in a table row Block contention Random row access speed ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Data-volume and frequency-of-use statistics are not critical inputs to the physical database design process. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? Maximize storage space All of these Represent most values Improve data integrity Maximize storage space All of these Represent most values Improve data integrity ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Useful for denormalization decisions Primary key Nonunique key Determines the tablespace required Useful for denormalization decisions Primary key Nonunique key Determines the tablespace required ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design If a denormalization situation exists with a one-to-one binary relationship, which of the following is true? All fields are stored in three relations. All fields are stored in one relation. All fields are stored in four relations. All fields are stored in two relations. All fields are stored in three relations. All fields are stored in one relation. All fields are stored in four relations. All fields are stored in two relations. ANSWER DOWNLOAD EXAMIANS APP