Copyright © 2019 Pearson Education, Inc.
25) A table may be decomposed in one of two ways, namely, horizontal decomposition and
sharding
Answer: FALSE
26) Aspects of physical database design that can be monitored and changed by the DBA include
all of the following except _________ .
A) indexes
B) clustering
C) flat files
D) decomposition
Answer: C
27) Regarding decomposition all of the following statements are true except for ______.
A) In a relational DBMS, when a table is decomposed we call the resulting subtables partitions
B) In vertical decomposition, every partition has the same number of rows
C) In horizontal decomposition, the rows of a table are split into multiple smaller tables, with
each row assigned to exactly on partition
D) Each vertical partition contains a copy of the foreign key of the original table
Answer: D
28) Select the correct statement below.
A) MySQL automatically creates an index on each primary key but not foreign keys.
B) The DBA needs to decide which rows to index.
C) SQL Server, Oracle Database, and MySQL all use a form of B-tree for most indexing.
D) Indexes are one of many tools for performance enhancement in a relational database.
Answer: C