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 The blocking factor is: attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. the number of physical records per page. attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. the number of physical records per page. 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? VARCHAR2 NUMBER LONG CHAR VARCHAR2 NUMBER LONG CHAR ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Nonunique key Useful for denormalization decisions Primary key Determines the tablespace required Nonunique key Useful for denormalization decisions 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? LONG CHAR VARCHAR2 NUMBER LONG CHAR VARCHAR2 NUMBER ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design It is usually not very important to design the physical database to minimize the time required by users to interact with the information systems. False True False True ANSWER DOWNLOAD EXAMIANS APP