Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? NUMBER VARCHAR2 CHAR LONG NUMBER VARCHAR2 CHAR LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following improves a query's processing time? Use compatible data types. Query one query within another. Write complex queries. Combine a table with itself. Use compatible data types. Query one query within another. Write complex queries. Combine a table with itself. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Sequential retrieval on a primary key for sequential file storage has which of the following features? Moderately fast Very fast Impractical Slow Moderately fast Very fast Impractical Slow ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following are integrity controls that a DBMS may support? Limit the set of permissible values that a field may assume. All of these 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. Limit the set of permissible values that a field may assume. All of these 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. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A multidimensional database model is used most often in which of the following models? Data warehouse Relational Network Hierarchical Data warehouse Relational Network Hierarchical 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? NUMBER CHAR LONG VARCHAR2 NUMBER CHAR LONG VARCHAR2 ANSWER DOWNLOAD EXAMIANS APP