Topic 1: Introduction to Database Systems Flashcards
These refer to unprocessed facts that has not been designed to be useful for the user
Data
These facts are the processed raw data to reveal meaning
Information
Examples of Data Processing
- Organizing Data
- Making Forecasts
This is the discipline on the proper generation, storage and retrieval of Data
Data Management
This is a shared, integrated Computer structure that stores a collection of end-user data and Metadata
Database
This data is raw facts of interest to the end user
End-user Data
This kind of data is, data about data where the end-user data is integrated and managed.
Metadata
This is a collection of programs that manages the database structure and controls access to the data stored in the database`
Database System (DBMS)
Roles of a Database Management System
- it is the intermediary between the user and the database
- it hides the database’s internal complexity
Advantages of the DBMS
- data is shared among multiple applications and users
- the many users’ view of data is integrated into an all-encompassing repository
Types of Databases (according to the number of users)
- Single-user
- Multiuser
Types of Databases (according to the location)
- Centralized databases
- Distributed databases
Types of Databases (based on expected type and extent of use)
- Operational databases
- Data warehouses
Types of Databases (based on how the degree to which the data are structured)
- Unstructured Data
- Structured Data
This is a type of database according to the number of users that supports only one user at a time
Single-user Databases
This type of database according to the number of users supports multiple users at the same time
Multiuser Databases
This is a type of Multiuser Database that allows less than 50 users or a specific department to access it
Workgroup Database
This is a type of multiuser database wherein more than 50 users and the entire organization can use it
Enterprise database
It is a type of Database according to location wherein it is stored in a single location
Centralized Database
It is the type of Database according to location wherein it is distributed across several different sites
Distributed Database