Physical Database Design Two basic constructs to link one piece of data with another piece of data: sequential storage and pointers. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? Represent most values All of these Maximize storage space Improve data integrity Represent most values All of these Maximize storage space Improve data integrity ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Hashing algorithm converts a primary key value into a record address. True False True False 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 What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? VARCHAR2 NUMBER CHAR LONG VARCHAR2 NUMBER CHAR LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The blocking factor is: attributes grouped together by the same primary key. attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. the number of physical records per page. attributes grouped together by the same primary key. attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. the number of physical records per page. ANSWER DOWNLOAD EXAMIANS APP