Types of Databases (5)
Database Definition
A collection of related data.
Data Definition
Known facts that can be recorded and have an implicit
meaning.
Mini-world Definition
Some part of the real world about which data is
stored in a database. For example, student grades and
transcripts at a university.
Database Management System (DBMS) Definition
A software package designed to create and manage computerized databases.
Database System Definition
The DBMS software together with the data itself. Sometimes, the applications are also included.
DBMS Functionality (6)
Self-Describing Nature of a Database System (Characteristic of a DB)
A DBMS catalog stores the description of the database. The description is called meta-data. This allows the DBMS software to work with different databases.
Insulation Between Programs and Data (Characteristic of a DB)
Called program-data independence. Allows changing data storage structures and operations without having to change the DBMS access programs.
Data Abstraction (Characteristic of a DB)
A data model is used to hide storage details and present the users with a conceptual view of the database.
Support of Multiple Views of the Data (Characteristic of a DB)
Each user may see a different view of the database, which describes only the data of interest to that user.
Sharing of Data and Multi-user Transaction Processing (Characteristic of a DB)
Allowing a set of concurrent users to retrieve and to update the database. Concurrency control within the DBMS guarantees that each transaction is correctly executed or completely aborted. OLTP (Online Transaction Processing) is a major part of database applications.
Database Users (3)
Categories of End Users (4)
Advantages to using the Database approach (3)
Main inhibitors (cost) of using a DBMS (2)
When a DBMS may be unnecessary (3)