Key terms Flashcards
The program accessing the database is dependent on the structure
Structural Dependence
The program accessing the database is dependent on the type of data being stored
Data dependence
When one attribute is dependent on the contents of the other attribute
Functional dependence
One attribute value determines another attribute value
Determinant
Attribute whose value is dependent on another attribute
Dependent
A key with more than one attribute
Composite key
Any attribute that is a part of a key
Key attribute
A set of keys that uniquely identify each row
Superkey
A superkey without the unnecessary attributes
Candidate key
Happens where each row in an entity has a unique identity
Entity integrity
A characteristic of an entity
Attribute
An association among entities
Relationship
A restriction placed on data
Constraint
A description of a policy, procedure or principle within and organization
Business rule
Defines the environment in which data can be managed (or can be used to work with data in the database). Examples are SELECT, INSERT, UPDATE, etc.
Data Manipulation Language (DML)