Chapter 4 Questions
Chapter 4 Questions
1 - DATABASE DESIGN It is the process of transforming a logical data model into a physical
database design (T/F)
Answer is T
2 - Build Physical Data Structures map each logical domain of the attribute to a physical data type.
(T/F)
Answer is F
3 -Transform Domains to Data Types map each table to a physical structure to store the table’s
data.(T/F)
Answer is F
4 - Transform Domains to Data Types Map each logical domain to a physical data type.(T/F)
Answer is F
7 - If an application system is very active, it may be necessary to split processing into two (or more)
distinct components. Such a split will result in the creation of duplicate, or mirror, tables(T/F)
Answer is T
9 - The system time indicates the period during which the data is accurate with respect to the
world.(T/F)
Answer is F
10 - System time is referred to as transaction time, denoting the time when the fact became current
in the database. (T/F)
Answer is T
13 - When a fact is stored in only one place, retrieving many different but related facts usually
requires going to many different places.This can speed up the retrieval process. (T/F)
Answer is F
A. pre-joined tables
B. report tables
C. mirror tables
D. split tables
Answer is B
6 - The logical design, and the snapshot of the data at a given instant in time is known as?
A. Storage space is wasted & Changing the data in one spot will cause data inconsistency
B. In can be more easily accessed
C. Changing the data in one spot will cause data inconsistency
D. Storage space is wasted
Answer is A
8 - A major goal of the db system is to minimize the number of block transfers between the disk and
memory. Which of the following helps in achieving this goal?
A. Secondary storage
B. Storage
C. Catalog
D. Buffer
Answer is D
11 - Which of the following keys is required to handle the data when the encryption is applied to the
data so that the unauthorized user cannot access the data?
A. Primary key
B. Authorized key
C. Encryption key
D. Decryption key
Answer is D
12 - ____ command is used in SQL to issue multiple CREATE TABLE, CREATE VIEW and GRANT
statements in a single transaction.
A. CREATE CLUSTER
B. CREATE PACKAGE
C. CREATE SCHEMA
D. All of the mentioned
Answer is C