100% found this document useful (1 vote)
673 views

Chapter1 - Database Concepts

This document provides an overview of databases and database management systems (DBMS). It discusses how DBMS evolved from file systems and the key differences between data and information. A DBMS allows for shared access and integration of data across many users. It also provides functions like data storage, security, backup/recovery and ensures data integrity. The DBMS acts as an intermediary between users and the database.

Uploaded by

tinishdharan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
673 views

Chapter1 - Database Concepts

This document provides an overview of databases and database management systems (DBMS). It discusses how DBMS evolved from file systems and the key differences between data and information. A DBMS allows for shared access and integration of data across many users. It also provides functions like data storage, security, backup/recovery and ensures data integrity. The DBMS acts as an intermediary between users and the database.

Uploaded by

tinishdharan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 23

Overview of Database and

DBMS - degree
Introduction
 Good decisions require good information
derived from raw facts
 Data managed most efficiently when
stored in a database
 Databases evolved from computer file
systems
 Understanding file system characteristics
is important
2
Data vs. Information
 Data are raw facts
 Information is the result of processing raw data
to reveal meaning
 Information requires context to reveal meaning
 Raw data must be formatted for storage,
processing, and presentation
 Data are the foundation of information, which is
the bedrock of knowledge

3
Data vs. Information (continued)
 Data: building blocks of information
 Information produced by processing data
 Information used to reveal meaning in data
 Accurate, relevant, timely information is
the key to good decision making
 Good decision making is the key to
organizational survival
4
Introducing the Database
and the DBMS
 Database: shared, integrated computer structure that
stores a collection of data
 End-user data: raw facts of interest to the end user
 Metadata: data about data
 Metadata provides description of data characteristics
and relationships in data
 Complements and expands value of data
 Database management system (DBMS): collection of
programs
 Manage structure and control access to data

5
Role and Advantages of the
DBMS
 DBMS is the intermediary between the user and
the database
 Database structure stored as file collection
 Access database through the DBMS
 DBMS enables data to be shared
 DBMS integrates many users’ views of the data

6
7
Role and Advantages of the
DBMS (continued)
 Advantages of a DBMS:
 Improved data sharing
 Improved data security
 Better data integration
 Minimized data inconsistency
 Improved data access
 Improved decision making
 Increased end-user productivity
8
Types of Databases
 Databases can be classified according to:
 Number of users
 Database location's
 Expected type and extent of use
 Single-user database supports only one user at a time
 Desktop database – single-user, runs on PC
 Multi-user database supports multiple users at the
same time
 Workgroup database supports a small number
 Enterprise database supports a large number

9
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
10
Database Systems, 8th Edition 11
The Database System
Environment
 Database system: defines and regulates the
collection, storage, management, use of data
 Five major parts of a database system:
 Hardware
 Software
 People
 Procedures
 Data

12
13
The Database System
Environment (continued)
 Hardware: all the system’s physical devices
 Software: three types of software required:
 Operating system software
 DBMS software
 Application programs and utility software
 People: all users of the database system:
 System and database administrators
 Database designers
 Systems analysts and programmers
 End users

14
The Database System
Environment (continued)
 Procedures: instructions and rules that govern the
design and use of the database system
 Data: the collection of facts stored in the database
 Database systems created and managed at different
levels of complexity
 Database solutions must be cost-effective as well as
tactically and strategically effective
 Database technology already in use affects selection of
a database system

15
DBMS Functions
 Most functions transparent to end users
 Can only be achieved through the DBMS
 Data dictionary management
 DBMS stores definitions of data elements and
relationships (metadata) in a data dictionary
 DBMS looks up required data component structures
and relationships
 Changes automatically recorded in the dictionary
 DBMS provides data abstraction, removes structural
and data dependency

16
DBMS Functions (continued)
 Data storage management
 DBMS creates and manages complex
structures required for data storage
 Also stores related data entry forms, screen
definitions, report definitions, etc.
 Performance tuning: activities that make the
database perform more efficiently
 DBMS stores the database in multiple
physical data files
17
DBMS Functions (continued)
 Data transformation and presentation
 DBMS transforms data entered to conform to required
data structures
 DBMS transforms physically retrieved data to conform
to user’s logical expectations
 Security management
 DBMS creates a security system that enforces user
security and data privacy
 Security rules determine which users can access the
database, which items can be accessed, etc.
18
DBMS Functions (continued)
 Multi user access control
 DBMS uses sophisticated algorithms to ensure
concurrent access does not affect integrity
 Backup and recovery management
 DBMS provides backup and data recovery to ensure
data safety and integrity
 Recovery management deals with recovery of
database after a failure
 Critical to preserving database’s integrity

19
DBMS Functions (continued)
 Data integrity management
 DBMS promotes and enforces integrity rules
 Minimizes redundancy
 Maximizes consistency

 Data relationships stored in data dictionary


used to enforce data integrity
 Integrity especially important in transaction-
oriented database systems

20
DBMS Functions (continued)
 Database access languages and
application programming interfaces
 DBMS provides access through a query
language
 Query language is a nonprocedural language
 Structured Query Language (SQL) is the de
facto query language
 Standard supported by majority of DBMS vendors

21
DBMS Functions (continued)
 Database communication interfaces
 Current DBMS’s accept end-user requests via
multiple different network environments
 Communications accomplished in several ways:
 End users generate answers to queries by filling in
screen forms through Web browser
 DBMS automatically publishes predefined reports
on a Web site
 DBMS connects to third-party systems to distribute
information via e-mail

22
DBA’s
Database Administrator :- person responsible design ,
Implementation, maintenance and repair the organization’s
database.

Eg. Database Coordinator or Database Programmer, and is


closely related to the Database Analyst, Database Modeler,
Programmer Analyst, and Systems Manager.

Roles
development and design of database strategies, monitoring and
improving database performance and capacity, and planning for
future expansion requirements.
Plan, co-ordinate and implement security measures to
safeguard the database

You might also like