Exam 1 Flashcards
(49 cards)
Any attribute whose value directly determines other values in that row.
Determinant
Not being able to insert data even though its available due to poor design
Insert Anomaly
No transitive dependencies
3NF - Third Normal Form
data access is unaffected by
changes in the physical data storage characteristics.
Data Independence
provides a global view of an
entire database and describes the main data objects,
avoiding details.
Conceptual Model
changes in the
database schema do not affect data access.
Structural Independence
An identifier composed of one or more attributes that uniquely identifies a row.
Primary Key
An attribute whose value is calculated from other attributes. No need to store it.
Derived Attribute
The condition in which every reference to an entity instance by another entity instance is valid.
Referential Integrity
Does the inheriting from supertype.
Foreign students and domestic students in relation to students.
Subtype
the grouping of
common attributes into a supertype entity.
creates parent from subtypes
Generalization
internal model can be
changed without affecting the conceptual model.
Logical Independence
When you can’t update in one place but have to update in multiple places.
Update Anomaly
A person, place, thing, concept, or event for which data can be stored.
Object of interest to the end user
Entity
An attribute or attributes in one table whose values must match the primary key in another table.
Used to ensure referential integrity.
Foreign Key
An entity that is existence-independent, that is, it
can exist apart from all of its related entities.
Strong Entity
Whether each supertype needs to be a subtype or not.
Partial - not every supertype is a subtype member
total- every supertype is a subtype member
Completness Constraint
How many relationships take place.
Relationship Degree
No partial dependencies
2NF
bridge entity.
Links two entities that have M: M relationship
Associative Entity
The type of relationship between entities. Classifications
include 1:1, 1:M, and M:N.
Connectivity
A characteristic of an entity. Has a name and a data type.
Attribute
Data about data.
Can be used to define domain.
Metadata
multiple-attribute key
Composite Key