mod 5 Flashcards
A named two-dimensional data
Relation
A component of a relational model that provides mechanisms for implementing business rules in a relational database to ensure that manipulated data maintains its integrity.
Data integrity
Identifiers that enable a dependent relation to refer to its parent relation.
Foreign Keys
Allowable values for an attribute
Domain constraints
Keys usually are used as indexes to speed up the response to user queries.
True
A component of a relational model that uses SQL operations for retrieving and modifying data.
Data manipulation
Unique identifiers of the relation
Primary keys
A component of a relational model that refers to tables and its relations, rows, and columns.
Data structure
All tables are considered as relations.
False
A table will qualify as a relation if the following are satisfied.
All rows are unique
It has a unique name
Column names are unique