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. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following are integrity controls that a DBMS may support? All of these Assume a default value in a field unless a user enters a value for that field. Limit the use of null values in some fields. Limit the set of permissible values that a field may assume. All of these Assume a default value in a field unless a user enters a value for that field. Limit the use of null values in some fields. Limit the set of permissible values that a field may assume. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Primary key Nonunique key Useful for denormalization decisions Determines the tablespace required Primary key Nonunique key Useful for denormalization decisions Determines the tablespace required ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A field represents each component of a composite attribute. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Sequential retrieval on a primary key for sequential file storage has which of the following features? Impractical Very fast Moderately fast Slow Impractical Very fast Moderately fast Slow ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Hashing algorithm converts a primary key value into a record address. False True False True ANSWER DOWNLOAD EXAMIANS APP