Chapter 1, Database
Chapter 1, Database
Title:
Database Systems: A practical Approach
to Design, Implementation and
Management
Author:
Thomas Connolly and Carolyn Begg
ISBN: 9780132943260
1
Chapter 1
Introduction to Databases
Chapter 1 – Objectives
• Some common uses of database systems.
• Characteristics of file-based systems.
• Problems with file-based approach.
• Meaning of the term database.
• Meaning of the term Database Management System
(DBMS).
• Typical functions of a DBMS.
• Major components of the DBMS environment.
• Personnel involved in the DBMS environment.
• History of the development of DBMSs.
• Advantages and disadvantages of DBMSs.
• Duplication of data
• Same data is held by different programs.
• Wasted space and potentially different values
and/or different formats for the same item.
• Result:
• the database and Database Management System (DBMS).
Database
Database Management System (DBMS)
• Reduce complexity
• Provide a level of security
• Provide a mechanism to customize the appearance of
the database
• Present a consistent, unchanging picture of the
structure of the database, even if the underlying
database is changed
• Procedures
• Instructions and rules that should be applied to
the design and use of the database and DBMS.
• People
Roles in the Database Environment
• Second generation
• Relational
• Third generation
• Object-Relational
• Object-Oriented