Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? CHAR VARCHAR2 NUMBER LONG CHAR VARCHAR2 NUMBER LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The fastest read/write time and most efficient data storage of any disk array type is: RAID-2 RAID-3 RAID-0 RAID-1 RAID-2 RAID-3 RAID-0 RAID-1 ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following improves a query's processing time? Combine a table with itself. Query one query within another. Write complex queries. Use compatible data types. Combine a table with itself. Query one query within another. Write complex queries. Use compatible data types. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The blocking factor is: attributes grouped together by the same secondary key. the number of physical records per page. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. attributes grouped together by the same secondary key. the number of physical records per page. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. 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 The primary goal of physical database design is data processing efficiency. False True False True ANSWER DOWNLOAD EXAMIANS APP