InformationManagement Flashcards
- refers to the trustworthiness of system resources over their entire life cycle
DATA INTEGRITY
same data may be stored in multiple files leading to duplication
Data Redundancy
- is an integrity rule which states that every table must have a primary key and that the column or columns chosen to be the primary key should be unique and not null
Entity Integrity Constraint
introduced the three types of relationships:
One-to-many (1:) relationship
Many-to-many (:*) relationship
One-to-one (1:1) relationship
each entity consists of a set of — that describes particular characteristics of the entity.
- Attribute
- are sometimes called atomic attributes
- Simple Attribute
– a type of database that supports only user at the time
- Single-user database
provides description of data to enable program-data independence.
- System catalog (metadata)
- All values in a column must conform to the same data format. Each column has a specific range of values known as the attribute domain.
RELATIONAL DATABASE
Retrieves rows from one table that are not found in another union compatible table
DIFFERENCE
- states that any foreign key value can only be in one of two states the database must not contain any unmatched foreign key
Referential Integrity Constraint
When there are n entities set participating in a relation, the relationship is called an —– .
n-ary Relationship
Specifies a condition that must be true for each row in a table. It restricts the values that can be inserted or updated in a column based on the defined condition.
Check Constraint
describes an association among entities.
- Relationship
types of cardinality notation (2)
- Chen notation
- Crowfoot notation
tailored to specific industries or application domains such as healthcare, finance or manufacturing. They capture the unique terminology, entities and relationship relevant to that domain.
Domain-Specific Models
stores both data and their relationships in a single structure known as an object.
OBJECT-ORIENTED MODEL
describes how data is stored in the database, including details such as data types, indexing and storage optimization
Physical data model
is also called a major key
- Primary key
- Shared collection of logically related data and a description of this data, designed to meet the information needs of an organization.
DATABASE
a British scientist who worked for IBM, invented the relational model for database management
- Dr. E.F. Codd
This software is also referred to as the “database engine” or the “back end.”
DATABASE APPROACH
specifies that it is not necessary for every entity occurrence to participate in the relationship
- Optional relationship
Establishes a relationship between two tables by linking a column in one table to a primary key or unique key column in another table. This enforces referential integrity.
Foreign Key Constraint: