Exam 8: Physical Database Design and Database Infrastructure
How are missing values generally handled in database management systems?
When dealing with missing data, there are many options. Two integrity controls (default value and null control) will handle this problem. One also could substitute an estimate for the missing value which would then be stored in place of the missing value (and marked as an estimate). Another possible method is to use triggers to track missing values and create a log which can be viewed later. One other method is to perform sensitivity testing, which will tell us whether having missing data greatly impacts results. If results are not impacted, then the missing values are ignored.
The query processor always knows the best way to process a query.
False
What is clustering?
Clustering is a technique used in some database management systems (such as Oracle) to allow adjacent secondary memory space to contain rows from several tables. A cluster is defined by the tables used as well as the column or columns used for clustering. To create a cluster in Oracle, for example, we would create a cluster first with a create cluster command and then reference the cluster when we create each individual table.
The smallest unit of application data recognized by system software is a:
A file organization that uses hashing to map a key into a location in an index where there is a pointer to the actual data record matching the hash key is called a:
A database management system needs to provide only three basic facilities for backup and recovery of a database: backup facilities, journalizing facilities, and a recovery manager.
Distributing the rows of data into separate files is called:
A cloud computing approach in which the service consists of infrastructure resources and additional tools that enable application and solution data management solution developers to reach a high level of productivity is called:
Discuss the critical decisions that must be made during physical database design.
Explain the differences between sequential and indexed file organizations.
The logical database design always forms the best foundation for grouping attributes in the physical design.
Denormalization is the process of transforming relations with variable-length fields into those with fixed-length fields.
A ________ is a DBMS module that restores the database to a correct condition when a failure occurs.
________ partitioning distributes the columns of a table into several separate physical records.
A transaction that terminates abnormally is called a(n) ________ transaction.
Filters
- Essay(25)
- Multiple Choice(69)
- Short Answer(0)
- True False(73)
- Matching(0)