Topic 3: Database Concepts I Flashcards
Attributes
Characteristics of entities.
Cardinality
The specific number of allowed entity occurrences associated with a single occurrence of the related entity by assigning a specific value to connectivity.
Client–server System
A computing model that is based on distributing functions between two types of independent and autonomous processes: clients and servers.
Composite Key
A combination of more than one attribute to form one primary key. It indicates an M:N (many-to-many) relationship between the columns.
Conceptual Models
Models that focus on a logical view of what is represented in the database.
Controlled Redundancies
Redundancies that are allowed for the convenience of structuring data, data manipulation or reporting.
Data
Raw facts relating to or describing a single business transaction or event.
Data Anomalies
Inconsistencies or errors that exist in a database because of entry or changes.
Data Integrity
Consistent and correct representation regardless of where data are sourced from within a file system.
Data Redundancy
The situation where the same data are recorded and stored in multiple locations, which can lead to data inconsistency and anomalies.
Database
A shared computerised structure that captures, stores and relates data.
Database Administrator
A person who controls access by users to the database, maintains the data dictionary and oversees backup and recovery in the DBMS.
Database Management System (DBMS)
A group of programs that manipulate the database and provide the interface between the database and the user as well as other application programs.
Database Models
Diagrams of data entities and their relationships.
Database System
A system of hardware, software, people, procedures and data that allow the capture, storage, management and use of data within a database environment.
Deletion Anomalies
Data anomalies that occur when the deletion of data about an entity inadvertently deletes data about another entity.