Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? NUMBER VARCHAR2 CHAR LONG NUMBER VARCHAR2 CHAR LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true? All fields are stored in two relations. All fields are stored in four relations. All fields are stored in one relation. All fields are stored in three relations. All fields are stored in two relations. All fields are stored in four relations. All fields are stored in one relation. All fields are stored in three relations. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following improves a query's processing time? Use compatible data types. Write complex queries. Query one query within another. Combine a table with itself. Use compatible data types. Write complex queries. Query one query within another. Combine a table with itself. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? Improve data integrity Represent most values All of these Maximize storage space Improve data integrity Represent most values All of these Maximize storage space ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A bitmap index is an index on columns from two or more tables that come from the same domain of values. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A multidimensional database model is used most often in which of the following models? Relational Data warehouse Network Hierarchical Relational Data warehouse Network Hierarchical ANSWER DOWNLOAD EXAMIANS APP