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 CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design An extent is a contiguous section of disk storage space. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The fastest read/write time and most efficient data storage of any disk array type is: RAID-3 RAID-2 RAID-1 RAID-0 RAID-3 RAID-2 RAID-1 RAID-0 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 VARCHAR2 CHAR LONG NUMBER VARCHAR2 CHAR LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following improves a query's processing time? Query one query within another. Use compatible data types. Combine a table with itself. Write complex queries. Query one query within another. Use compatible data types. Combine a table with itself. Write complex queries. 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. True False True False ANSWER DOWNLOAD EXAMIANS APP