Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Fundamentals of Database Management Systems
Quiz 8: Physical Database Design
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 41
Multiple Choice
Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. Denormalization ____.
Question 42
True/False
One of the reasons for having secondary memory is that primary memory cannot possibly hold all of a company's programs and data.
Question 43
Multiple Choice
Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. The primary key of Table A has been placed in Table B as a foreign key. The substituting foreign keys physical database design technique ____.
Question 44
Multiple Choice
The drawback of denormalization is that it ____.
Question 45
Multiple Choice
The storing derived data physical database design technique is designed to ____.
Question 46
Multiple Choice
Horizontal partitioning ____.
Question 47
Multiple Choice
The common advantage of separating portions of a table's data using either horizontal or vertical partitioning is that ____.
Question 48
Multiple Choice
Denormalization can improve the ____.
Question 49
Multiple Choice
If the primary key of a table is clumsy because it has too many attributes and is replaced by a new, single attribute key, ____.
Question 50
True/False
Programs and data are loaded into primary memory from secondary memory when they are required for processing.
Question 51
True/False
Tracks are concentric circles of data on a recording surface of a disk.
Question 52
Multiple Choice
Vertical partitioning ____.
Question 53
Multiple Choice
The advantage of using the substituting foreign keys physical database design technique is that it is designed to ____.
Question 54
Multiple Choice
The clustering files physical database design technique ____.
Question 55
Multiple Choice
Combining two tables that represent a one-to-one relationship ____.
Question 56
Multiple Choice
Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. In the storing derived data physical database design technique, the best place to store the derived data from Table B is ____.
Question 57
Multiple Choice
Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. The "repeating groups" in Table B may be considered for merging into the related records of Table A if ____.