Chapter 1 DBMS (Autosaved)
Chapter 1 DBMS (Autosaved)
What is Information?
What is Data?
Information is organized and
Data is a collection of raw, unprocessed processed data that provides
facts or figures, like numbers, text, or context and meaning, enabling
symbols
understanding and decision-making.
INTRODUCING THE DATABASE AND
THE DBMS
Database: A database is an organized collection of
data that is stored and accessed on a computer.
Databases are used to store, manage, and retrieve
information efficiently.
– Metadata: data about data
• Metadata describes the characteristics of data and
the relationships within it.
–• Database management system (DBMS): is
software that allows users to store, manage, and
retrieve data in a structured and organized way.
ROLE AND ADVANTAGES OF THE DBMS
Advantages of a DBMS:
Improved data sharing
Improved data security
Better data integration
Improved data access
Improved decision making
Increased end-user productivity
TYPES OF DATABASES
Databases can be classified according to:
Number of Users:
Single-user databases
Multi-user databases
Database Location:
Centralized databases
Distributed databases
Type of Use:
Operational databases
Data warehouses
CONTI…
Single-user database supports only one user at a
time
Desktop database – single-user, runs on PC
Multiuser database supports multiple users at the
same time
Workgroup database supports a small number
Enterprise database supports a large number
TYPES OF DATABASES
(CONTINUED)
Centralized database: data located at a single site
Distributed database: data distributed across several
different sites
Operational database: supports a company’s day-to-
day operations
Transactional or production database
Data warehouse: stores data used for tactical or
strategic decisions
TYPES OF DATABASES
WHY DATABASE DESIGN IS IMPORTANT