Logical Database Design and The Relational Model
Logical Database Design and The Relational Model
1) ________ database specification indicates all the parameters for data storage that are then
input to database implementation.
A) Logical
B) Physical
C) Schematic
D) Conceptual
5) ________ is a component of the relational data model included to specify business rules to
maintain the integrity of data when they are manipulated.
A) Business rule constraint
B) Data integrity
C) Business integrity
D) Data structure
6) An attribute (or attributes) that uniquely identifies each row in a relation is called a:
A) column.
B) foreign field.
C) primary key.
D) duplicate key.
7) An attribute in a relation of a database that serves as the primary key of another relation in the
same database is called a:
A) link attribute.
B) link key.
C) foreign key.
D) foreign attribute.
8) A primary key whose value is unique across all relations is called a(n):
A) global primary key.
B) inter-table primary key.
C) enterprise key.
D) foreign global key.
10) In the SQL language, the ________ statement is used to make table definitions.
A) create session
B) create table
C) create index
D) select
12) Which of the following is NOT a reason to create an instance of a relational schema with
sample data?
A) Sample data can be used to improve user communications.
B) Sample data can be used for prototype generation.
C) Sample data can reverse database implementation errors.
D) Sample data provide a convenient way to check the accuracy of your design.
17) The ________ states that no primary key attribute may be null.
A) referential integrity constraint
B) entity integrity rule
C) partial specialization rule
D) range domain rule
19) All of the following are the main goals of normalization EXCEPT:
A) minimize data redundancy.
B) simplify the enforcement of referential integrity.
C) maximize storage space.
D) make it easier to maintain data.
20) When all multivalued attributes have been removed from a relation, it is said to be in:
A) first normal form.
B) second normal form.
C) Boyce-Codd normal form.
D) third normal form.
23) A relation that contains no multivalued attributes and has nonkey attributes solely dependent
on the primary key but contains transitive dependencies is in which normal form?
A) First
B) Second
C) Third
D) Fourth
26) The attribute on the left-hand side of the arrow in a functional dependency is the:
A) candidate key.
B) determinant.
C) foreign key.
D) primary key.
27) A functional dependency in which one or more nonkey attributes are functionally dependent
on part, but not all, of the primary key is called a ________ dependency.
A) partial key-based
B) partial functional
C) cross key
D) merged relation
29) ________ problems are encountered when removing data with transitive dependencies.
A) Insertion
B) Modification
C) Deletion
D) Merging
45) A relation that contains minimal redundancy and allows easy use is considered to be:
A) clean.
B) simple.
C) complex.
D) well-structured.