Exam 8: Physical Database Design
Exam 1: Introduction to Database Management76 Questions
Exam 2: Introduction to Database Development76 Questions
Exam 3: The Relational Data Model75 Questions
Exam 4: Query Formulation With SQL75 Questions
Exam 5: Understanding Entity Relations76 Questions
Exam 6: Developing Data Models for Business Databases75 Questions
Exam 7: Normalization of Relational Tables76 Questions
Exam 8: Physical Database Design76 Questions
Exam 9: Advanced Query Formulation With SQL74 Questions
Exam 10: Application Development With Views75 Questions
Exam 11: Stored Procedures and Triggers76 Questions
Exam 12: View Design and Integration76 Questions
Exam 14: Data and Database Administration76 Questions
Exam 15: Transaction Management75 Questions
Exam 16: Data Warehouse Technology and Management78 Questions
Exam 17: Client-Server Processing and Distributed Databases76 Questions
Exam 18: Object Database Management Systems83 Questions
Select questions type
Using the index matching rules on a table with indexes created on columns C1,C2,C3,and C4,list the column(s)that would be matched if the WHERE clause contained the conditions "C2 = 10 AND C3 = 15 AND C4 = 4"._____________
(Short Answer)
4.9/5
(32)
Which of the following types of file is usually not provided by relational DBMS?
(Multiple Choice)
4.8/5
(41)
Chose the correct statement regarding memory access time and disk access time:
(Multiple Choice)
4.8/5
(43)
Which of the following is not an output of physical design?
(Multiple Choice)
4.9/5
(37)
One of the inputs to the physical database design is the _________________,which are statistics for each table such as the number of rows and unique column values.
(Short Answer)
4.7/5
(25)
Figuer:
-Each node of the B-tree can contain at most 4 keys.To insert into the B-tree a record with key = 25,do the following:

(Multiple Choice)
4.8/5
(30)
Figuer:
-Each node of the B-tree can contain at most 4 keys.After inserting into the B-tree a record with key = 62 and a record with key = 85,the B-tree will have the following number of nodes (including the root):

(Multiple Choice)
4.7/5
(33)
When a condition in the WHERE clause of a query references a column that has been indexed,the DBMS performs an operation known as ____________________ to determine if the index can be used.
(Short Answer)
5.0/5
(35)
A(n)____________ is a collection of physical records organized for efficient access.
(Short Answer)
4.9/5
(26)
The table EMPLOYEE with primary key = empno uses as hash function empno Mod 100, which gives the physical record number when applied to Empno. The linear probe procedure is used for collision handling. The physical records are created in the order of logical records (= rows) in the table, one physical record for one logical record EMPLOYEE
Empno
2011
2012
2211
2311
2312
2313
2317
-To maintain the number of collisions at an adequate level without wasting too much storage,the ratio of used records to the total number of records should be as follows:
(Multiple Choice)
4.9/5
(32)
During the query optimization process,which phase analyzes your query to ensure that you have not violated language constraints (example: misspelled key words)or misused columns and tables (example: trying to compare columns with incompatible data types)?
(Multiple Choice)
4.8/5
(39)
During the query optimization process,which phase generates and evaluates access plans and chooses the access plan with the lowest cost?
(Multiple Choice)
5.0/5
(35)
The ideal Btree structure is wide,i.e.it has many arrows branching from each node,and short,i.e.it has a small number of levels between the root and leaf nodes.
(True/False)
4.8/5
(35)
Figuer:
-The following operation should be performed in BB:

(Multiple Choice)
4.8/5
(28)
Which of the following is not true about the difficulty of index selection?
(Multiple Choice)
4.9/5
(36)
To improve the response time to access and change a database,consumption of all of the resources used by database processing should be minimized,including physical record transfers,main memory and disk space.
(True/False)
4.9/5
(31)
Figuer:
-What programmer's or user's decision typically will affect the performance of the query?

(Multiple Choice)
4.8/5
(32)
A(n)______________________ is a tree that encodes decisions about file structures to access individual tables,the order of joining tables,and the algorithm to join tables.
(Short Answer)
4.8/5
(31)
One of the inputs to the physical database design is the _________________,which are statistics for each form,report and query,such as the tables accessed/updated and the frequency of access/update.
(Short Answer)
4.9/5
(33)
Showing 41 - 60 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)