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 The primary goal of physical database design is data processing efficiency. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Useful for denormalization decisions Nonunique key Primary key Determines the tablespace required Useful for denormalization decisions Nonunique key Primary key Determines the tablespace required ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? VARCHAR2 CHAR NUMBER LONG VARCHAR2 CHAR NUMBER LONG 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 Which of the following are integrity controls that a DBMS may support? Limit the use of null values in some fields. All of these Assume a default value in a field unless a user enters a value for that field. Limit the set of permissible values that a field may assume. Limit the use of null values in some fields. All of these Assume a default value in a field unless a user enters a value for that field. Limit the set of permissible values that a field may assume. ANSWER DOWNLOAD EXAMIANS APP