You are on page 1of 22

© PSB Academy. All rights reserved.

All rights herein belong to PSB Academy and are protected by copyright laws.
Reproduction and distribution without permission is prohibited.

Unless prior approval is obtained from lecturers, students are not allowed to record (audio or video)
lessons. Students are allowed to download and use lesson materials from PSB Academy (including
lecture recordings and presentation slides) only for their personal revision. Different policies may
apply for lesson materials by our academic and industry partners - please check with your School
for more information.
Introduction to Information Systems
Third Edition

Chapter 4
Databases and Data
Warehouses

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Learning Objectives
4.1 Information resources
4.2 Database advantages
4.3 Relational database
4.4 Master data management
4.5 Data warehouse
4.6 Information management

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Information Resources
• Structured information
• Unstructured information
• Semi-structured information
• Metadata

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Quality of Information
• Accuracy
• Precision
• Completeness
• Consistency
• Timeliness
• Bias
• Duplication

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Managing Information
Department Object Code Amount Category Description
• Record Sales 4211 1888.25 Computers Desktop
Computers
• Field Sales 4300 249.95 Computers Image editing
supplies software
• Table Sales 4100 29.99 Office supplies Flash drive
Personnel 4211 59.00 Computers Stastical software
Personnel 4300 14.95 Computers Flash drive
supplies
Personnel 4211 2500.21 Computers Laptop
Computers
Warehouse 4211 59500.00 Computers Web sever
Warehouse 4211 2500.00 Computers Printer/copier/
scanner/fax

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
File Processing Systems
• Redundancy and inconsistency
• Lack of integration
• Inconsistent definitions
• Dependence

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Databases
• Reduced redundancy
• Integrity and accuracy
• Ability to adapt to changes
• Performance and scalability
• Security

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Database Architecture
• One to one (1:1)
• One to many (1:M)
• Many to many (M:M)

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Relational Database (1 of 2)
• Tables of records
• Link field in one table to field in another table
• Separates data from paths to retrieve data
Students
StudentID LastName Firstname Birthdate
54001 Chong Kevin 12/01/1987
65222 Danelli Douglas 01/05/1986
54555 Burton Stephanie 11/12/1978
25553 Washington Nikia 10/02/1981
96887 Perez Louis 07/25/1982

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Relational Database (2 of 2)
Registrations
RegistrationNumber StudentID ClassCode Grade
10011 54001 20083BMGT300A A
10012 54001 20083HIST450B C
10013 54001 20083ECON200F B
10014 54555 20083ECON200F A
10015 96887 20083HIST410B I

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Data Model (1 of 2)
• Entities and
attributes
• Primary key
• Normalization

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Data Model (2 of 2)
• Relationships and foreign keys
• Complex relationships

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Retrieving Information
• Structured query language (SQL)
• Interactive voice response (IVR)
• Natural language interfaces

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Managing the Database
• Performance tuning
and scalability
• Integrity, security,
and recovery
• Documentation

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Multiple Databases
• Integration challenges
• Shadow systems
• Master data management
• Data stewards

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Data Warehouses
• Building data warehouses
• Extract, transform, and load (ETL)
• Data mining

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Human Element
• Ownership issues
• Databases without boundaries
• Stakeholders

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Summary
1. Information resources
2. Database advantages
3. Relational database
4. Master data management
5. Data warehouse
6. Information management

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
UK Police Case
• Video surveillance
• Automatic plate
number recognition
• Database
• Queries and data
mining
• Privacy

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
eBay Database Architecture Case
• 150 million users, 1 billion items
• Worldwide platform for selling/buying
• Scaled out to multiple databases
• Moved functions off database to applications
• NoSQL implemented with relational DBMS’s
• Continuous changing business needs

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved
Copyright

Copyright © 2018, 2015, 2012 Pearson Education, Inc. All Rights Reserved

You might also like