Chapter 1
Chapter 1
Objectives
After studying this chapter, you should be able to:
1. Define each of the following key terms: data,
information, data processing database and DBMS
2. Discuss conventional file processing system and its
limitations
3. Discuss the concepts of database and DBMS
4. Future trends and technologies
5. Explain different database users
1.1 Introduction
A database is a shared collection of related data used to
support the activities of a particular organization.
Databases are designed to meet the information needs
of an organization.
Basic components of a Database system
1.2 Data vs. Information
Data: Collected facts about a topic or item. A Raw fact unorganized and unstructured.
Degree of It uses application with low-risk impact Its uses more sensitive and precise
Application sensors
FS stores unstructured data as isolated DBS stores structured data which have
data files/entities. well defined constraints and interrelation.
1.6 Database Users
End Users
Who access the database from the terminal end.
They use the developed applications and they don’t have any knowledge
about the design and working of database.
Database Designers
Responsible to define the content, the structure, the constraints,
and functions or transactions against the database.
They must communicate with the end-users and understand
their needs.
Application Programmers
These users implement specific application programs to access
the stored data. They must be familiar with the DBMSs to accomplish
their task.
Database Users..ctd
Database Administrators (DBA)
DBA can be a single person or it can be a group of person.
Database Administrator is responsible for everything that is
related to database.
DBA’s are responsible for authorizing access to the database, for
coordinating and monitoring its use, controlling its use and
monitoring efficiency of operations.
DBA is responsible for:
Deciding the instances for the database.
Defining the Schema
Communicating with Users
Define Security
Back-up and Recovery
Thank You