Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? LONG NUMBER CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 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 In general, larger block sizes are used for online transaction processing applications and smaller block sizes are used for databases with a decision support or data warehousing system. 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 fixed length? LONG VARCHAR2 CHAR NUMBER LONG VARCHAR2 CHAR NUMBER ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Distributing the columns of a table into several separate physical records is known as horizontal partitioning. True False True False 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