Chapter 1 Introduction To Database
Chapter 1 Introduction To Database
Introduction to Database
Pearson Education © 2019
Chapter 1 - Objectives
• Traditional file-based system.
• Database approach.
• Components of database system.
• Characteristics of database.
• Database Management System (DBMS) and its
functions.
• History of database processing.
• Database trends.
Pearson Education © 2019
File-Based Processing
Pearson Education © 2019
• Duplication of data
• Same data is held by different programs.
• Wasted space and potentially different values
and/or different formats for the same item.
Pearson Education © 2019
Database
• Shared collection of logically related data (and a
description of this data), designed to meet the
information needs of an organization.
Database Approach
• Why database?
• Allow the storage of data in one place and eliminate
duplications.
• Allow the sharing of data.
• Data is stored in tables, which have rows and columns
like a spreadsheet. A database may have multiple
tables, where each table stores data about a different
thing.
• Each row in a table stores data about an occurrence
or instance of the thing of interest.
• A database stores data and relationships.
Pearson Education © 2019
1-11
Pearson Education © 2019
1-12
Pearson Education © 2019
Example of Metadata
Pearson Education © 2019
1-15
Pearson Education © 2019
Database Applications—Forms
1-16
Pearson Education © 2019
Database Applications—Queries
1-17
Pearson Education © 2019
Database—Reports
1-18
Pearson Education © 2019
Advantages of DBMSs
• Control of data redundancy
• Data consistency
• More information from the same amount of data
• Sharing of data
• Improved data integrity and security
• Enforcement of standards
• Improved data accessibility and responsiveness
• Increased productivity
• Improved maintenance through data independence
• Increased concurrency (enables multiple users and access)
• Improved backup and recovery services
Pearson Education © 2019
Disadvantages of DBMSs
• Complexity
• Size
• Cost of DBMS
• Additional hardware costs
• Cost of conversion
• Performance
• Higher impact of a failure
Pearson Education © 2019
• Second generation
• Relational
• Third generation
• Object-Relational
• Object-Oriented
Pearson Education © 2019
Hierarchical
Network
KROENKE AND AUER - DATABASE PROCESSING, 15th
Edition © 2019 Pearson Education, Inc.
1-27
KROENKE AND AUER - DATABASE PROCESSING, 15th
Edition © 2019 Pearson Education, Inc.
Database Trends
• Big Data
• Data sets that are large or complex generated by Web applications and
Web 2.0 social networks.
• Encompasses unstructured, semi-structured and structured data.
• May use predictive analytics and/or user behavior analytics to extract value
from data.
• 1-28
Database Trends (Cont..)
• Data Warehouses
• A system used for reporting and data analysis, and a core component of
business intelligence.
• Central repositories of integrated data from one or more sources.
KROENKE AND AUER - DATABASE PROCESSING, 15th
Edition © 2019 Pearson Education, Inc.
Chapter Exercise
• Chapter 1 reflection on Quizizz (to be briefed in class).
• 1-30
END OF CHAPTER 1