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
A popular tree-shaped file structure used by many DBMSs that demonstrates good performance on both sequential searches and key searches is a(n)________________.
(Short Answer)
4.9/5
(37)
Query binding indicates how to implement a query as operations on a file.
(True/False)
4.9/5
(33)
In the processing of an SQL statement by the DBMS,a parsed query is the output of the code generation task.
(True/False)
4.9/5
(44)
An index on a combination of columns is just as flexible as multiple indexes on the individual columns,so either choice would be appropriate.
(True/False)
4.9/5
(33)
A(n)_________________ index references the rows of a child table that join with rows of the parent table containing the column.
(Short Answer)
4.9/5
(38)
In a Btree structure,the height of the tree determines the number of physical record accesses required to locate a particular key,with the cost of access being less than or equal to the height.
(True/False)
5.0/5
(34)
The process of associating a query with an access plan is known as ____________________.
(Short Answer)
4.8/5
(41)
______________ is a collection of disks that operates as a single disk.
(Short Answer)
4.9/5
(35)
Figuer:
-The restriction operation for RENTALS.PICKUP = 'ERIE' OR RENTALS.PICKUP = 'CARY'
Should be performed:

(Multiple Choice)
4.7/5
(31)
In RAID technology,striping involves the allocation of logical records to different disks.
(True/False)
4.8/5
(38)
In a ____________ index,the order of the data records is unrelated to the index order.
(Short Answer)
4.7/5
(23)
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 retrieve logical record 2312,how many physical records will need to be accessed?
(Multiple Choice)
4.8/5
(35)
Which of the following is used in establishing table profiles?
(Multiple Choice)
4.8/5
(36)
A bitmap join index is actually a precomputed join from a column in a parent table to the rows of the child table that join with rows of the parent table.
(True/False)
4.9/5
(36)
A database consists of the tables STUDENT (PK = sno, sname, major), COURSE (PK = cno, major, ), OFFERINGS (PK = cno and ofno, ), ENROLLMENT (sno, cno, ofno, grade). All tables satisfy BCNF. Overall_gpa and gpa_in_major are computed for each student.
-Which of the following statements is not true when having overall_gpa and gpa_in_major as attributes of the STUDENT table?
(Multiple Choice)
4.8/5
(32)
Showing 61 - 76 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)