8) Which of the statements below is incorrect?
A) Semantic data modeling facilitates the efficient design of databases.
B) Semantic data modeling facilitates communicating with the intended users of the system.
C) Semantic data modeling allows a database designer to use knowledge about business
processes to design the database.
D) Semantic data modeling follows the rules of normalization in the design of a database.
9) Ama Afolayan is chair of the National Owl Society, which maintains a database of all rare
owls within the United States. One table will store the name, birth date, and other characteristics
of all of the owls that have been registered. Each owl is uniquely identified by a registration
number. A second table will contain data that link each owl to its male and female parents by
means of their registration numbers. The primary key in the first table is
A) name.
B) birth date.
C) the primary key in the second table.
D) a foreign key in the second table.
10) Ama Afolayan is chair of the National Owl Society, which maintains a database of all rare
owls within the United States. One table will store the name, birth date, and other characteristics
of all of the owls that have been registered. Each owl is uniquely identified by a registration
number. A second table will contain data that link each owl to its male and female parents by
means of their registration numbers. The primary key in the second table is
A) name.
B) birth date.
C) the same as the primary key in the first table.
D) a combination of primary keys in the first table.