Exam 8: Physical Database Design
Exam 1: Data: the New Corporate Resource31 Questions
Exam 2: Data Modeling57 Questions
Exam 3: The Database Management System Concept83 Questions
Exam 4: Relational Data Retrieval: SQL71 Questions
Exam 5: The Relational Database Model: Introduction57 Questions
Exam 6: The Relational Database Model: Additional Concepts39 Questions
Exam 7: Logical Database Design58 Questions
Exam 8: Physical Database Design134 Questions
Exam 9: Object-Oriented Database Management41 Questions
Exam 10: Data Administration, Database Administration, and Data Dictionaries47 Questions
Exam 11: Database Control Issues: Security, Backup and Recovery, Concurrency59 Questions
Exam 12: Clientserver Database and Distributed Database56 Questions
Exam 13: The Data Warehouse62 Questions
Exam 14: Database and the Internet45 Questions
Select questions type
Physical database design is the process of modifying the logical database design to improve performance.
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
All of the following are inputs into the physical database design process, except ____.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
One of the reasons for having secondary memory is that primary memory cannot possibly hold all of a company's programs and data.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
Construct a B+-tree index of the type discussed in the text for the Animal file, assuming that now there are many more records than are shown above. The file and the index have the following characteristics:
-The file is stored on six cylinders of the disk. The highest key values on the six cylinders, in order, are:
Cylinder 1: 08574
Cylinder 2: 12740
Cylinder 3: 19025
Cylinder 4: 24859
Cylinder 5: 31745
Cylinder 6: 42853
-Each index record can hold two key value/pointer pairs.
-There are three index records at the lowest level of the tree index.
(Essay)
4.8/5
(36)
Tracks are concentric circles of data on a recording surface of a disk.
(True/False)
5.0/5
(39)
All of the following are factors affecting application and database performance, except ____.
(Multiple Choice)
5.0/5
(35)
Which of the following is a potential problem caused by adding too many indexes to a relational database?
(Multiple Choice)
4.9/5
(40)
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 ____.
(Multiple Choice)
4.8/5
(35)
In a hashed file, the hashing algorithm may attempt to insert more than one record into a given record storage location.
(True/False)
4.7/5
(35)
The creating a new primary key physical database design technique is designed to ____.
(Multiple Choice)
4.8/5
(33)
In the clustering files physical database design technique, ____ are clustered near each other on a disk.
(Multiple Choice)
4.8/5
(32)
The movement of a disk drive's access arm mechanism takes place at electronic, as opposed to mechanical, speeds.
(True/False)
4.9/5
(35)
In a disk, once the access arm mechanism moves to a particular cylinder, every track of that cylinder can be accessed without further access arm mechanism movement.
(True/False)
4.9/5
(44)
All of the following are good candidates for having an index built over them, except ____.
(Multiple Choice)
4.9/5
(32)
In terms of performance, there is no point in indexing a table if ____.
(Multiple Choice)
4.9/5
(50)
Each entry in a simple linear index is associated with the record that it came from in the indexed file by recording the record's key field value in the index entry.
(True/False)
4.8/5
(40)
Showing 1 - 20 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)