b. tables (Correct. The relational data model portrays data as being stored in a table or
relation format.)
2. An employee database that consolidates payroll, personnel, and job skills master files is referred to as a. data integration. b. data sharing. c. data independence.
a. data integration. [Correct. Master files are combined into large “pools” of data that
many application programs access.]
d. tuple (Correct. A tuple is also called a row in a relational database.)
b. False [Correct. The internal-level schema, a low-level view of the database, describes
how the data are stored and accessed, including record layouts, definitions, addresses,
and indexes.]
5. Which of the following would managers most likely use to retrieve information about sales during the month of October? a. DML b. DSL c. DDL d. DQL
d. DQL (Correct. DQL—data query language—is used to retrieve information from a
database. )
b. supplier number (Correct. A unique number can be assigned as a primary key for each
entity. )
b. DBMS (Correct. A DBMS—database management system—is a software program
that acts as an interface between a database and various application programs.)
8. The constraint that all primary keys must have nonnull data values is referred to as which of the following? a. referential integrity rule b. entity integrity rule c. normalization rule d. relational data model rule
b. entity integrity rule (Correct. Every primary key in a relational table must have a
nonnull value.)
a. referential integrity rule (Correct. The referential integrity rule stipulates that foreign
keys must have values that correspond to the value of a primary key in another table or
be empty.)
c. Foreign keys cannot be null. [Correct. Foreign keys, if not null, must have values
that correspond to the value of a primary key in another table. They link rows in one
table to rows in another table.]