A Guide to SQL, Ninth Edition Solutions 7-2
18. Integrity constraints are rules that the data in the database must follow to ensure that only
20. Primary key constraints are usually specified when you create a table. You can specify them
22. [Critical Thinking] Answers will vary. Answers should note that referential integrity is the
rule that if a table A contains a foreign key that matches the primary key of table B, then the
23. [Critical Thinking] Answers will vary. Answers should note that a data dictionary is a catalog
that stores data about the entities, attributes, relationships, programs, and other objects in a
Answers to TAL Distributors Exercises
1 a.
b.
SELECT CUSTOMER_NUM, CUSTOMER_NAME
c.
SELECT CUSTOMER_NUM, CUSTOMER_NAME