Physical Database Design Which of the following is not a factor to consider when switching from small to large block size? The number of columns Random row access speed The length of all of the fields in a table row Block contention The number of columns Random row access speed The length of all of the fields in a table row Block contention ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following is an advantage of partitioning? Complexity Inconsistent access speed Security Extra space Complexity Inconsistent access speed Security Extra space 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Sequential retrieval on a primary key for sequential file storage has which of the following features? Impractical Moderately fast Slow Very fast Impractical Moderately fast Slow Very fast ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Denormalization and clustering can work well to minimize data access time for small records. True False True False 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