Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? VARCHAR2 CHAR NUMBER LONG VARCHAR2 CHAR NUMBER LONG ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The blocking factor is: the number of physical records per page. attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. the number of physical records per page. attributes grouped together by the same secondary key. a group of fields stored in adjacent memory. attributes grouped together by the same primary key. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Primary key Determines the tablespace required Useful for denormalization decisions Nonunique key Primary key Determines the tablespace required Useful for denormalization decisions Nonunique key 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 Which of the following improves a query's processing time? Write complex queries. 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. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? Improve data integrity Represent most values All of these Maximize storage space Improve data integrity Represent most values All of these Maximize storage space ANSWER DOWNLOAD EXAMIANS APP