Physical Database Design The primary goal of physical database design is data processing efficiency. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Two basic constructs to link one piece of data with another piece of data: sequential storage and pointers. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Primary key Useful for denormalization decisions Determines the tablespace required Nonunique key Primary key Useful for denormalization decisions Determines the tablespace required Nonunique key ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? LONG NUMBER CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Denormalization and clustering can work well to minimize data access time for small records. 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? Very fast Moderately fast Impractical Slow Very fast Moderately fast Impractical Slow ANSWER DOWNLOAD EXAMIANS APP