Physical Database Design The blocking factor is: attributes grouped together by the same primary key. a group of fields stored in adjacent memory. the number of physical records per page. attributes grouped together by the same secondary key. attributes grouped together by the same primary key. a group of fields stored in adjacent memory. the number of physical records per page. attributes grouped together by the same secondary key. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Denormalization and clustering can work well to minimize data access time for small records. 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 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 A multidimensional database model is used most often in which of the following models? Data warehouse Hierarchical Network Relational Data warehouse Hierarchical Network Relational ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following are integrity controls that a DBMS may support? 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. All of these Limit the set of permissible values that a field may assume. 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. All of these Limit the set of permissible values that a field may assume. ANSWER DOWNLOAD EXAMIANS APP