SlideShare a Scribd company logo
1 of 38
Data Resource Management
Chapter 5
Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin
5-2
Learning Objectives
Explain the business value of implementing
data resource management processes and
technologies in an organization
Outline the advantages of a database
management approach to managing the data
resources of a business, compared with a file
processing approach
Explain how database management software
helps business professionals and supports the
operations and management of a business
5-3
Learning Objectives
Provide examples to illustrate the following
concepts
– Major types of databases
– Data warehouses and data mining
– Logical data elements
– Fundamental database structures
– Database development
5-4
Fundamental Data
Concepts
5-5
Database Management
In all Information Systems, data resources
must be organized in a logical manner so that:
1- They can be accessed easily
2- Processed efficiently
3- Retrieved quickly
4- Managed effectively
5-6
Logical Data Elements
Field
(data item)
RecordCharacter
•a grouping of
related characters
•Represents an
attribute (quality
or characteristic)
of some entity
(object, person,
place, event)
•Examples…
salary, job title
•Grouping of all
the fields used to
describe the
attributes of an
entity
•Example… payroll
records with name,
SSN, pay rate
•A single
alphabetic,
numeric, or other
symbol
5-7
Logical Data Elements
File
(table, flat file)
Database
•Group of related
records
•Integrated
collection of
logically related
data elements
5-8
Logical Data Elements
5-9
Database Structure
5-105-10
Database Structures
1. Hierarchical
2. Network
3. Relational
4. Object-oriented
5. Multidimensional
5-11
Common Database Structures: Hierarchical
– Early DBMS structure
– Records arranged in tree-like structure
– Relationships are one-to-many
– Access data elements by moving progressively downward from the
root and along the branches of the tree
5-12Database Systems, 9th Edition
CEO
Marketing
manager
Operation
Manager
Finance
Manager
Employee
1
Employee
2
Employee
3
Employee
5
Employee
4
Employee
6
5-13
Common Database Structures: Network
– Used in some mainframe DBMS packages
– Many-to-many relationships
 Any data element can be related to any number of other data
elements
5-14Database Systems, 9th Edition
Ms. Ghada Ms. Anwar Ms. Mashael
Principles of
MIS
Microeconomics
Accounting Legal
Environment
Student 1 Student 2 Student 3 Student 4 Student 5 Student 6
5-15
Common Database Structures: Relational
Most widely used structure
– Data elements are stored in tables
– Row represents a record; column is a field
– Can relate data in one file with data in another,
if both files share a common data element
5-16
5-17
Relational operations
 Relational operations include:
– Select…
 Create a subset of records that meet a stated criterion.
 Example: employees earning more than $30,000
– Join…
 Combine two or more tables temporarily.
 Looks like one big table.
– Project…
 Create a subset of columns in a table
5-18
Common Database Structures: Multidimensional
Variation of relational model
– Uses multidimensional structures to
organize data
– Data elements are viewed as being in cubes
– Popular for analytical databases that support
Online Analytical Processing (OLAP)
5-19
Multidimensional Model
5-20
Common Database Structures: Object-Oriented
 An object consists of
– Data values describing the attributes of an entity
– Operations that can be performed on the data
 Encapsulation
– Combine data and operations
 Inheritance
– New objects can be created by replicating some or all of the
characteristics of parent objects
 Used in object-oriented database management systems (OODBMS)
 Supports complex data types more efficiently than relational
databases
– Examples: graphic images, video clips, web pages
5-21
Common Database Structures: Object-Oriented
Source: Adapted from Ivar Jacobsen, Maria Ericsson, and Ageneta Jacobsen, The Object Advantage: Business Process
Reengineering with Object Technology (New York: ACM Press, 1995), p. 65.
Copyright @ 1995, Association for Computing Machinery. By permission.
5-22
Evaluation of Database Structures
Hierarchical
•Works for
structured,
routine
transactions
•Can’t handle
many-to-many
relationship
•Unable to
handle ad hoc
requests
Network
•More flexible
than hierarchical
•Unable to
handle ad hoc
requests
Relational
•Easily
responds to ad
hoc requests
•Easier to work
with & maintain
•Not as efficient
or quick as
hierarchical or
network
5-23
Database Development
Database Administrator (DBA)
In charge of enterprise-wide database development
Improves integrity and security of organizational databases
Uses Data Definition Language (DDL) to develop and
specify data content, relationships, and structure
Stores these specifications in a data dictionary
or metadata repository
5-24
Data Dictionary
Data
Dictionary
Contains data about data (metadata)
Relies on specialized software component
to manage a database of data definitions
Contains
information
on…
Security
Database maintenance
Requirements for end users’ access and
use of applications
Names and descriptions of all types of data
records and their interrelationships
5-25
Example of a Data Dictionary
5-26
Data Resource Management
Data resource management is a managerial
activity
– Uses data management, data warehousing,
and other IS technologies
– Manages data resources to meet the
information needs of business stakeholders
5-27
Types of Databases
5-28
Operational Databases
Stores detailed data needed to support
businesses and operations
Also called subject area databases (SADB),
transaction databases, and
production databases
Database examples:
customer databases, human resource
databases, inventory databases
5-29
Distributed Databases
Distributed databases are copies or parts of
databases stored on servers at multiple locations
Advantages Disadvantages
Protection of valuable data
Data can be distributed
into smaller databases
Each location has control
of its local data
All locations can access
any data, anywhere
Improved database
performance at worksites
Maintaining data
accuracy
5-30
Distributed Databases
Look at each distributed database and find changes
Apply changes to each distributed database
Very complex
One database is master
Duplicate the master after hours, in all locations
Easier to accomplish
Requires extra computing power & bandwidth
Duplication
Replication
Updating data can be done in 2 ways:
5-31
External Databases
Databases available for
a fee from the Web,
or from commercial
online services
Search engines like Google or Yahoo
are external databases
Hypermedia databases
Statistical databases
Bibliographic and
full-text databases
5-32
Components of Web-Based System
A hypermedia database contains
– Website database
– Consist of hyperlinked pages of multimedia
– Interrelated hypermedia page elements,
rather than interrelated data records
5-33
Data Warehouses
Central source of data that has been cleaned,
transformed, and cataloged
Stores static data that has been extracted from
other databases in an organization
Subsets of data that focus on specific aspects of a
company (department or process)
Data warehouses may be divided into data marts
Data is used for data mining, analytical processing,
analysis, research, decision support
5-34
Data Warehouse Components
5-35
Applications and Data Marts
5-365-36
Data Mining
 Data in data warehouse are analyzed to reveal
hidden patterns and trends
Examples:
– Perform market-basket analysis to identify new
products
– Find root causes to quality problems
– Cross sell to existing customers
– Profile customers with more accuracy
5-37
5-38
Data Mining

More Related Content

What's hot (20)

Chapter 4 computer software
Chapter 4 computer softwareChapter 4 computer software
Chapter 4 computer software
 
Case mis ch02
Case mis ch02Case mis ch02
Case mis ch02
 
IS740 Chapter 04
IS740 Chapter 04IS740 Chapter 04
IS740 Chapter 04
 
ITE 101 - Week 7
ITE 101 - Week 7ITE 101 - Week 7
ITE 101 - Week 7
 
Chap15
Chap15Chap15
Chap15
 
9780538469685 ppt ch12 1er exa
9780538469685 ppt ch12 1er exa9780538469685 ppt ch12 1er exa
9780538469685 ppt ch12 1er exa
 
Week 7 Database Development Process
Week 7 Database Development ProcessWeek 7 Database Development Process
Week 7 Database Development Process
 
IS740 Chapter 05
IS740 Chapter 05IS740 Chapter 05
IS740 Chapter 05
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
 
ITE 101 - Week 5
ITE 101 - Week 5ITE 101 - Week 5
ITE 101 - Week 5
 
Ch 2 D B Dvlpt Process
Ch 2  D B  Dvlpt  ProcessCh 2  D B  Dvlpt  Process
Ch 2 D B Dvlpt Process
 
Chap01
Chap01Chap01
Chap01
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Week 8
Week 8Week 8
Week 8
 
SELECTION OF HARDWARE AND SOFTWARE IN MIS
SELECTION OF HARDWARE AND SOFTWARE IN MISSELECTION OF HARDWARE AND SOFTWARE IN MIS
SELECTION OF HARDWARE AND SOFTWARE IN MIS
 
Dba
DbaDba
Dba
 
Application Software – Horizontal & Vertical Software
Application Software – Horizontal & Vertical SoftwareApplication Software – Horizontal & Vertical Software
Application Software – Horizontal & Vertical Software
 
IS740 Chapter 03
IS740 Chapter 03IS740 Chapter 03
IS740 Chapter 03
 
Erp case study
Erp case studyErp case study
Erp case study
 
CASE (Computer Aided Software Design)
CASE (Computer Aided Software Design)CASE (Computer Aided Software Design)
CASE (Computer Aided Software Design)
 

Viewers also liked

Disaster recovery: modernized best practices for Oracle's JD Edwards and beyond
Disaster recovery: modernized best practices for Oracle's JD Edwards and beyondDisaster recovery: modernized best practices for Oracle's JD Edwards and beyond
Disaster recovery: modernized best practices for Oracle's JD Edwards and beyondVelocity Technology Solutions
 
CH002
CH002CH002
CH002JUC
 
CH001
CH001CH001
CH001JUC
 
CH003
CH003CH003
CH003JUC
 
Chapter8
Chapter8Chapter8
Chapter8AG RD
 
Chapter 2 competing with it
Chapter 2 competing with itChapter 2 competing with it
Chapter 2 competing with itAG RD
 
Chapter 1 introduction to information system
Chapter 1 introduction to information systemChapter 1 introduction to information system
Chapter 1 introduction to information systemAG RD
 
james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system mousumsts
 
Chap3 2007 Cisa Review Course
Chap3 2007 Cisa Review CourseChap3 2007 Cisa Review Course
Chap3 2007 Cisa Review CourseDesmond Devendran
 
Chap5 2007 Cisa Review Course
Chap5 2007 Cisa Review CourseChap5 2007 Cisa Review Course
Chap5 2007 Cisa Review CourseDesmond Devendran
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource managementAG RD
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentAG RD
 
Chapter 6 telecommunication
Chapter 6 telecommunicationChapter 6 telecommunication
Chapter 6 telecommunicationAG RD
 
Information systems audit and control
Information systems audit and controlInformation systems audit and control
Information systems audit and controlKashif Rana ACCA
 
Chap2 2007 Cisa Review Course
Chap2 2007 Cisa Review CourseChap2 2007 Cisa Review Course
Chap2 2007 Cisa Review CourseDesmond Devendran
 
Chapter 3 computer hardware
Chapter 3 computer hardwareChapter 3 computer hardware
Chapter 3 computer hardwareAG RD
 
Chap1 2007 Cisa Review Course
Chap1 2007 Cisa Review CourseChap1 2007 Cisa Review Course
Chap1 2007 Cisa Review CourseDesmond Devendran
 
Information System Audit - UNIKOM Seminar (Nov 2015)
Information System Audit - UNIKOM Seminar (Nov 2015)Information System Audit - UNIKOM Seminar (Nov 2015)
Information System Audit - UNIKOM Seminar (Nov 2015)Basuki Rahmad
 

Viewers also liked (20)

Disaster recovery: modernized best practices for Oracle's JD Edwards and beyond
Disaster recovery: modernized best practices for Oracle's JD Edwards and beyondDisaster recovery: modernized best practices for Oracle's JD Edwards and beyond
Disaster recovery: modernized best practices for Oracle's JD Edwards and beyond
 
CH002
CH002CH002
CH002
 
CH001
CH001CH001
CH001
 
CH003
CH003CH003
CH003
 
Chapter8
Chapter8Chapter8
Chapter8
 
Chapter 2 competing with it
Chapter 2 competing with itChapter 2 competing with it
Chapter 2 competing with it
 
Chapter 1 introduction to information system
Chapter 1 introduction to information systemChapter 1 introduction to information system
Chapter 1 introduction to information system
 
james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system james o'brien chapter 7 electronic business system
james o'brien chapter 7 electronic business system
 
des
desdes
des
 
Chap3 2007 Cisa Review Course
Chap3 2007 Cisa Review CourseChap3 2007 Cisa Review Course
Chap3 2007 Cisa Review Course
 
Chap5 2007 Cisa Review Course
Chap5 2007 Cisa Review CourseChap5 2007 Cisa Review Course
Chap5 2007 Cisa Review Course
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource management
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA Student
 
Chapter 6 telecommunication
Chapter 6 telecommunicationChapter 6 telecommunication
Chapter 6 telecommunication
 
Information systems audit and control
Information systems audit and controlInformation systems audit and control
Information systems audit and control
 
Chap2 2007 Cisa Review Course
Chap2 2007 Cisa Review CourseChap2 2007 Cisa Review Course
Chap2 2007 Cisa Review Course
 
Chapter 3 computer hardware
Chapter 3 computer hardwareChapter 3 computer hardware
Chapter 3 computer hardware
 
HR management system
HR management systemHR management system
HR management system
 
Chap1 2007 Cisa Review Course
Chap1 2007 Cisa Review CourseChap1 2007 Cisa Review Course
Chap1 2007 Cisa Review Course
 
Information System Audit - UNIKOM Seminar (Nov 2015)
Information System Audit - UNIKOM Seminar (Nov 2015)Information System Audit - UNIKOM Seminar (Nov 2015)
Information System Audit - UNIKOM Seminar (Nov 2015)
 

Similar to Data Resource Management Chapter 5: Fundamental Concepts and Database Structures

obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.pptPradeep513562
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.pptPradeep513562
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6guest4a9cdb
 
Chap05 Data Resource Management
Chap05 Data Resource ManagementChap05 Data Resource Management
Chap05 Data Resource ManagementAqib Syed
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Modern database management jeffrey a. hoffer, mary b. prescott,
Modern database management   jeffrey a. hoffer, mary b. prescott,  Modern database management   jeffrey a. hoffer, mary b. prescott,
Modern database management jeffrey a. hoffer, mary b. prescott, BlackIce86
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database managementOnline
 
Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptanisur_rehman
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISSukanya Ben
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceVan Chau
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in ActionRaymond Gao
 
Uses of dbms
Uses of dbmsUses of dbms
Uses of dbmsMISY
 

Similar to Data Resource Management Chapter 5: Fundamental Concepts and Database Structures (20)

obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.ppt
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.ppt
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Week 5
Week 5Week 5
Week 5
 
Week 5
Week 5Week 5
Week 5
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6
 
Unit 2
Unit 2Unit 2
Unit 2
 
Chap05.ppt
Chap05.pptChap05.ppt
Chap05.ppt
 
Chap05 Data Resource Management
Chap05 Data Resource ManagementChap05 Data Resource Management
Chap05 Data Resource Management
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Modern database management jeffrey a. hoffer, mary b. prescott,
Modern database management   jeffrey a. hoffer, mary b. prescott,  Modern database management   jeffrey a. hoffer, mary b. prescott,
Modern database management jeffrey a. hoffer, mary b. prescott,
 
RDBMS to NoSQL. An overview.
RDBMS to NoSQL. An overview.RDBMS to NoSQL. An overview.
RDBMS to NoSQL. An overview.
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.ppt
 
1_DBMS_Introduction.pdf
1_DBMS_Introduction.pdf1_DBMS_Introduction.pdf
1_DBMS_Introduction.pdf
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligence
 
MS-CIT Unit 9.pptx
MS-CIT Unit 9.pptxMS-CIT Unit 9.pptx
MS-CIT Unit 9.pptx
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in Action
 
Uses of dbms
Uses of dbmsUses of dbms
Uses of dbms
 

Recently uploaded

Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Serviceankitnayak356677
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfmuskan1121w
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...lizamodels9
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 

Recently uploaded (20)

Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Best Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting PartnershipBest Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting Partnership
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdf
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 

Data Resource Management Chapter 5: Fundamental Concepts and Database Structures

  • 1. Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin
  • 2. 5-2 Learning Objectives Explain the business value of implementing data resource management processes and technologies in an organization Outline the advantages of a database management approach to managing the data resources of a business, compared with a file processing approach Explain how database management software helps business professionals and supports the operations and management of a business
  • 3. 5-3 Learning Objectives Provide examples to illustrate the following concepts – Major types of databases – Data warehouses and data mining – Logical data elements – Fundamental database structures – Database development
  • 5. 5-5 Database Management In all Information Systems, data resources must be organized in a logical manner so that: 1- They can be accessed easily 2- Processed efficiently 3- Retrieved quickly 4- Managed effectively
  • 6. 5-6 Logical Data Elements Field (data item) RecordCharacter •a grouping of related characters •Represents an attribute (quality or characteristic) of some entity (object, person, place, event) •Examples… salary, job title •Grouping of all the fields used to describe the attributes of an entity •Example… payroll records with name, SSN, pay rate •A single alphabetic, numeric, or other symbol
  • 7. 5-7 Logical Data Elements File (table, flat file) Database •Group of related records •Integrated collection of logically related data elements
  • 10. 5-105-10 Database Structures 1. Hierarchical 2. Network 3. Relational 4. Object-oriented 5. Multidimensional
  • 11. 5-11 Common Database Structures: Hierarchical – Early DBMS structure – Records arranged in tree-like structure – Relationships are one-to-many – Access data elements by moving progressively downward from the root and along the branches of the tree
  • 12. 5-12Database Systems, 9th Edition CEO Marketing manager Operation Manager Finance Manager Employee 1 Employee 2 Employee 3 Employee 5 Employee 4 Employee 6
  • 13. 5-13 Common Database Structures: Network – Used in some mainframe DBMS packages – Many-to-many relationships  Any data element can be related to any number of other data elements
  • 14. 5-14Database Systems, 9th Edition Ms. Ghada Ms. Anwar Ms. Mashael Principles of MIS Microeconomics Accounting Legal Environment Student 1 Student 2 Student 3 Student 4 Student 5 Student 6
  • 15. 5-15 Common Database Structures: Relational Most widely used structure – Data elements are stored in tables – Row represents a record; column is a field – Can relate data in one file with data in another, if both files share a common data element
  • 16. 5-16
  • 17. 5-17 Relational operations  Relational operations include: – Select…  Create a subset of records that meet a stated criterion.  Example: employees earning more than $30,000 – Join…  Combine two or more tables temporarily.  Looks like one big table. – Project…  Create a subset of columns in a table
  • 18. 5-18 Common Database Structures: Multidimensional Variation of relational model – Uses multidimensional structures to organize data – Data elements are viewed as being in cubes – Popular for analytical databases that support Online Analytical Processing (OLAP)
  • 20. 5-20 Common Database Structures: Object-Oriented  An object consists of – Data values describing the attributes of an entity – Operations that can be performed on the data  Encapsulation – Combine data and operations  Inheritance – New objects can be created by replicating some or all of the characteristics of parent objects  Used in object-oriented database management systems (OODBMS)  Supports complex data types more efficiently than relational databases – Examples: graphic images, video clips, web pages
  • 21. 5-21 Common Database Structures: Object-Oriented Source: Adapted from Ivar Jacobsen, Maria Ericsson, and Ageneta Jacobsen, The Object Advantage: Business Process Reengineering with Object Technology (New York: ACM Press, 1995), p. 65. Copyright @ 1995, Association for Computing Machinery. By permission.
  • 22. 5-22 Evaluation of Database Structures Hierarchical •Works for structured, routine transactions •Can’t handle many-to-many relationship •Unable to handle ad hoc requests Network •More flexible than hierarchical •Unable to handle ad hoc requests Relational •Easily responds to ad hoc requests •Easier to work with & maintain •Not as efficient or quick as hierarchical or network
  • 23. 5-23 Database Development Database Administrator (DBA) In charge of enterprise-wide database development Improves integrity and security of organizational databases Uses Data Definition Language (DDL) to develop and specify data content, relationships, and structure Stores these specifications in a data dictionary or metadata repository
  • 24. 5-24 Data Dictionary Data Dictionary Contains data about data (metadata) Relies on specialized software component to manage a database of data definitions Contains information on… Security Database maintenance Requirements for end users’ access and use of applications Names and descriptions of all types of data records and their interrelationships
  • 25. 5-25 Example of a Data Dictionary
  • 26. 5-26 Data Resource Management Data resource management is a managerial activity – Uses data management, data warehousing, and other IS technologies – Manages data resources to meet the information needs of business stakeholders
  • 28. 5-28 Operational Databases Stores detailed data needed to support businesses and operations Also called subject area databases (SADB), transaction databases, and production databases Database examples: customer databases, human resource databases, inventory databases
  • 29. 5-29 Distributed Databases Distributed databases are copies or parts of databases stored on servers at multiple locations Advantages Disadvantages Protection of valuable data Data can be distributed into smaller databases Each location has control of its local data All locations can access any data, anywhere Improved database performance at worksites Maintaining data accuracy
  • 30. 5-30 Distributed Databases Look at each distributed database and find changes Apply changes to each distributed database Very complex One database is master Duplicate the master after hours, in all locations Easier to accomplish Requires extra computing power & bandwidth Duplication Replication Updating data can be done in 2 ways:
  • 31. 5-31 External Databases Databases available for a fee from the Web, or from commercial online services Search engines like Google or Yahoo are external databases Hypermedia databases Statistical databases Bibliographic and full-text databases
  • 32. 5-32 Components of Web-Based System A hypermedia database contains – Website database – Consist of hyperlinked pages of multimedia – Interrelated hypermedia page elements, rather than interrelated data records
  • 33. 5-33 Data Warehouses Central source of data that has been cleaned, transformed, and cataloged Stores static data that has been extracted from other databases in an organization Subsets of data that focus on specific aspects of a company (department or process) Data warehouses may be divided into data marts Data is used for data mining, analytical processing, analysis, research, decision support
  • 36. 5-365-36 Data Mining  Data in data warehouse are analyzed to reveal hidden patterns and trends Examples: – Perform market-basket analysis to identify new products – Find root causes to quality problems – Cross sell to existing customers – Profile customers with more accuracy
  • 37. 5-37

Editor's Notes

  1. Relational operations include: Select… Create a subset of records that meet a stated criterion. Example: employees earning more than $30,000 Join… Combine two or more tables temporarily. Looks like one big table. Project… Create a subset of columns in a table
  2. Three basic operations on relational databases
  3. OLAP is used for answers to complex business queries
  4. Gap in performance between relational and hierarchical and network is rapidly narrowing
  5. Data dictionary Data base catalog containing metadata Metadata – data about data
  6. Database development is a top-down process Develop an enterprise model that defines the basic business process of the enterprise Define the information needs of end users in a business process Identify the key data elements that are needed to perform specific business activities (entity relationship diagrams)
  7. Stores data that has been extracted from the operational, external and other databases Data has been cleaned, transformed and cataloged Used by managers and professionals for Data mining, Online analytical processing, Business analysis, Market research, Decision support Data mart is subset of warehouse for specific use of department Static data?
  8. Discussed in more detail in chapter 9
  9. Data in data warehouses are analyzed to reveal hidden patterns and trends Market-basket analysis to identify new product bundles Find root cause of qualify or manufacturing problems Prevent customer attrition Acquire new customers Cross-sell to existing customers Profile customers with more accuracy