random Flashcards
(50 cards)
made by E. F. Codd in 1970
relational model
framework where assertion can be true or false
predicate logic
also known as statement of fact
assertion
sets or groups of things used as a basis for data manipulation
set theory
components of relational model
logical data structure
set of integrity rules
set of operations
two-dimensional structure with rows and columns
table (relation)
table is also known as what?
relation
this are data about an entity
row
rows are also known as what?
tuple
these are attributes of an entity
column
these are specific range of values
domain
determines the values of other attributes
key
knowing the value of an attribute to determine the value of another attribute
determination
the value of attributes determines the value of other attributes
functional dependence
attribute whose value determines another
determinant
attribute whose value is determined by the other attribute
dependent
key composed of more than one attribute
composite key
attribute that is part of a key
key attribute
attribute that identifies any row in the table
superkey
superkey without any unnecessary attributes
candidate key
candidate key that identifies other attribute values in any given row
primary key
attribute in one table whose values must either match the primary key or be null
foreign key
attribute used for data retrieval purposes
secondary key
these are followed to maintain a good database design
integrity rules