Final Exam review part 1 Flashcards
Whether or not an instance of one entity class must participate in a relationship with another entity class is indicated by the ___________________.
minimum cardinality
T/F All weak entities must have a minimum cardinality of 1 on the entity on which it depends
True
The data type for each attribute is chosen to maximize ___ and minimize storage space
a. query design
b. programmer productivity
c. data integrity
d. data integration
c. data integrity
Boyce-Codd Normal Form is an example of database
a. normalization
b. denormalization
c. indexing
d. referential integrity
a. normalization
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:
foreign key
As a database design passes from the logical phase to the physical, what do relations become
a. tuples
b. fields
c. tables
d. attributes
e. indexes
c. tables
Relational database principles were first defined by a man named Codd (T/F)
True
A database stores
a. data
b. relationships
c. applications
d. a and b
e. a b and c
e. a b and c
An ID dependent entity is
a. a special type of weak entity
b. a special type of strong entity
c. an entity in which the identified of the entity cannot include the identifier of another entity
d. an entity with a max cardinality of one
a. a special type of weak entity