chapter 4 review Flashcards
t or f: the relational DB model offers a logical view of data?
true
view data logically rather than physically?
relational model
structural and data independence.
resembles a file conceptually?
table
t or f: relational DB model is harder to understand than the hierarchical and network model?
false
logical view of relational DB is based on….
relation
two-dimensional structure composed of rows and columns.
table
t or f: a table contains a group of related entities?
true
one or more attributes that determine other attributes
key
t or f: key roles means if you know the value of attribute A, you can determine the value of attribute B
t
attribute B is functionally dependent on A if all rows in the table that agree in value for A also agree in the value of B, this is def of?
functional dependence
composed of more than one attribute?
composite key
any attribute that is a part of a key
key attribute
any key that uniquely identifies each row
superkey
a superkey without unnecessary attributes
candidate key
each row in a table has its unique identity
entity integrity