Physical Database Design When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A pointer is a detailed coding scheme recognized by system software for representing organizational data. False True False True 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 Which of the following are integrity controls that a DBMS may support? Assume a default value in a field unless a user enters a value for that field. Limit the set of permissible values that a field may assume. Limit the use of null values in some fields. All of these Assume a default value in a field unless a user enters a value for that field. Limit the set of permissible values that a field may assume. Limit the use of null values in some fields. All of these ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following is an advantage of partitioning? Security Extra space Inconsistent access speed Complexity Security Extra space Inconsistent access speed Complexity 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