Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? NUMBER CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Distributing the columns of a table into several separate physical records is known as horizontal partitioning. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A field represents each component of a composite attribute. False True False True 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? CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 LONG NUMBER 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-0 RAID-2 RAID-1 RAID-3 RAID-0 RAID-2 RAID-1 ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? All of these Maximize storage space Improve data integrity Represent most values All of these Maximize storage space Improve data integrity Represent most values ANSWER DOWNLOAD EXAMIANS APP