CIS 336 STUDY Career Path Begins/cis336study.com CIS 336 STUDY Career Path Begins/cis336study.com | Page 74
CIS 336 Quiz 1 (Devry)
FOR MORE CLASSES VISIT
www.cis336study.com
(TCO 3) Normalization works through a series of stages
called normal forms. Typically _________ stages must be
completed before a table can be considered normalized.
(TCO 3) The conflicts between design efficiency, information
requirements, and processing speed are often resolved
through
(TCO 3) The PK must uniquely identify each entity instance.
A primary key must be able to guarantee unique values. It
cannot contain nulls. This rationale belongs to
(TCO 9) The SQL command that lets you insert data into a
table, one row at a time, is _____________.
(TCO 4) Which command is used to restore the table's
contents to their default values?
(TCO 4) Which of the following SQL commands would alter
the table DEVRY and add a foreign key that references the
CITY table?
(TCO 4) The SQL command that lets you save your work to
disk, is ___________