SlideShare una empresa de Scribd logo
1 de 30
Data Resource
Management
James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8th
ed.
Boston, MA: McGraw-Hill, Inc., 2007. ISBN: 13 9780073323091
Management
Information System
By
Rao Majid Shamshad
Faculty, DoMS, University of Okara
Case 1 Sharing Business Databases
•Amazon’s data vault
•Product descriptions
•Prices
•Sales rankings
•Customer reviews
•Inventory figures
•Countless other layers of content
•Took 10 years and a billion dollars to build
Chapter 5 Data Resource ManagementChapter 5 2
Case 1 Sharing Business
Databases
•Amazon opened its data vault in 2002
• 65,000 developers, businesses, and entrepreneurs have
tapped into it
• Many have become ambitious business partners
•eBay opened its $3 billion databases in 2003
• 15,000 developers and others have registered
to use it and to access software features
• 1,000 new applications have appeared
• 41 percent of eBay’s listings are uploaded to
the site using these resources
Chapter 5 Data Resource ManagementChapter 5 3
Case 1 Sharing Business
Databases
•Google recently unlocked access to its
desktop and paid-search products
•Dozens of Google-driven services
cropped up
•Developers can grab 1,000 search
results a day for free; anything more
requires permission
•In 2005, the Ad-Words paid-search
service
was opened to outside applicationsChapter 5 Data Resource ManagementChapter 5 4
Case Study Questions
•What are the business benefits to Amazon and
eBay of opening up some of their databases to
developers and entrepreneurs?
• Do you agree with this strategy?
•What business factors are causing Google to
move slowly in opening up its databases?
• Do you agree with its go-slow strategy?
•Should other companies follow Amazon and
eBay’s lead and open up some of their databases
to developers and others?
• Defend your position with an example of the risks and
benefits to an actual company
Chapter 5 Data Resource ManagementChapter 5 5
Logical Data Elements
Chapter 5 Data Resource ManagementChapter 5 6
Logical Data Elements
• Character
• A single alphabetic, numeric, or other symbol
• Field or data item
• Represents an attribute (characteristic or quality)
of some entity (object, person, place, event)
• Example: salary, job title
• Record
• Grouping of all the fields used to describe the attributes of an
entity
• Example: payroll record with name, SSN, pay rate
• File or table
• A group of related records
• Database
• An integrated collection of logically related
data elements
Chapter 5 Data Resource ManagementChapter 5 7
Electric Utility Database
Chapter 5 Data Resource ManagementChapter 5 8
Database Development
•Database Administrator (DBA)
•In charge of enterprise database
development
•Improves the integrity and security of
organizational databases
•Uses Data Definition Language (DDL) to
develop and specify data contents,
relationships, and structure
•Stores these specifications in a data
dictionary or a metadata repository
Chapter 5 Data Resource ManagementChapter 5 9
Data Dictionary
•A data dictionary
•Contains data about data (metadata)
•Relies on specialized software component to
manage a database of data definitions
•It contains information on..
•The names and descriptions of all types of data
records and their interrelationships
•Requirements for end users’ access and use of
application programs
•Database maintenance
•Security
Chapter 5 Data Resource ManagementChapter 5 10
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
• Data stewards
• Dedicated to establishing and maintaining the
quality of data
• Need business, technology, and diplomatic skills
• Focus on data content
• Judgment is a big part of the job
Chapter 5 Data Resource ManagementChapter 5 11
Case Study Questions
•Why is the role of a data steward
considered to be innovative?
•What are the business benefits
associated with the data steward
program at Emerson?
•How does effective data resource
management contribute to the strategic
goals of an organization?
Chapter 5 Data Resource ManagementChapter 5 12
Types of Databases
Chapter 5 Data Resource ManagementChapter 5 13
Operational Databases
•Stores detailed data needed to support
business processes and operations
•Also called subject area databases (SADB),
transaction databases, and production
databases
•Database examples: customer, human
resource, inventory
Chapter 5 Data Resource ManagementChapter 5 14
Distributed Databases
• Distributed databases are copies or parts of databases stored on servers at multiple
locations
• Improves database performance at worksites
• Advantages
• 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, any where
• Disadvantages
• Maintaining data accuracy
• Replication
• Look at each distributed database and find changes
• Apply changes to each distributed database
• Very complex
• Duplication
• One database is master
• Duplicate the master after hours, in all locations
• Easier to accomplish
Chapter 5 Data Resource ManagementChapter 5 15
External Databases
•Databases available for a fee from
commercial online services, or free from
the Web
•Example: hypermedia databases,
statistical databases, bibliographic and
full text databases
•Search engines like Google or Yahoo
are
external databases
Chapter 5 Data Resource ManagementChapter 5 16
Hypermedia Databases
•A hypermedia database contains
•Hyperlinked pages of multimedia
•Interrelated hypermedia page
elements, rather than interrelated
data records
Chapter 5 Data Resource ManagementChapter 5 17
Components of Web-Based
System
Chapter 5 Data Resource ManagementChapter 5 18
Data Warehouses
•Stores static data that has been extracted
from other databases in an organization
•Central source of data that has been
cleaned, transformed, and cataloged
•Data is used for data mining, analytical
processing, analysis, research, decision
support
•Data warehouses may be divided into data
marts
•Subsets of data that focus on specific
aspects
of a company (department or business
Chapter 5 Data Resource ManagementChapter 5 19
Data Warehouse
Components
Chapter 5 Data Resource ManagementChapter 5 20
Applications and Data Marts
Chapter 5 Data Resource ManagementChapter 5 21
Data Mining
•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
Chapter 5 Data Resource ManagementChapter 5 22
Traditional File Processing
•Data are organized, stored, and processed
in independent files
•Each business application designed to
use specialized data files containing
specific
types of data records
•Problems
•Data redundancy
•Lack of data integration
•Data dependence (files, storage devices,
software) Chapter 5 Data Resource ManagementChapter 5 23
Traditional File Processing
Chapter 5 Data Resource ManagementChapter 5 24
Database Management
Approach
•The foundation of modern methods of
managing organizational data
•Consolidates data records formerly in
separate files into databases
•Data can be accessed by many different
application programs
•A database management system (DBMS)
is the software interface between users
and databases
Chapter 5 Data Resource ManagementChapter 5 25
Database Management
Approach
Chapter 5 Data Resource ManagementChapter 5 26
Database Management
System
•In mainframe and server computer
systems, a software package that is used
to…
•Create new databases and database
applications
•Maintain the quality of the data in an
organization’s databases
•Use the databases of an organization
to provide the information needed by
end users
Chapter 5 Data Resource ManagementChapter 5 27
DBMS Major Functions
Chapter 5 Data Resource ManagementChapter 5 28
Database Interrogation
•End users use a DBMS query feature or
report generator
•Response is video display or printed
report
•No programming is required
•Query language
•Immediate response to ad hoc data
requests
•Report generator
•Quickly specify a format for information
you want to present as a report
Chapter 5 Data Resource ManagementChapter 5 29
Database Maintenance
•Accomplished by transaction
processing systems and other
applications, with the support of the
DBMS
•Done to reflect new business
transactions and other events
•Updating and correcting data, such
as customer addresses
Chapter 5 Data Resource ManagementChapter 5 30

Más contenido relacionado

La actualidad más candente

Master Data Management
Master Data ManagementMaster Data Management
Master Data ManagementHai Nguyen
 
Master data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementMaster data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementTata Consultancy Services
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info MgmtHemant Nagwekar
 
Lecture 04 - Granularity in the Data Warehouse
Lecture 04 - Granularity in the Data WarehouseLecture 04 - Granularity in the Data Warehouse
Lecture 04 - Granularity in the Data Warehousephanleson
 
2 data warehouse life cycle golfarelli
2 data warehouse life cycle golfarelli2 data warehouse life cycle golfarelli
2 data warehouse life cycle golfarellitruongthuthuy47
 
Dw & etl concepts
Dw & etl conceptsDw & etl concepts
Dw & etl conceptsjeshocarme
 
Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design phanleson
 
Healthcare payer - Big data integration
Healthcare payer - Big data integrationHealthcare payer - Big data integration
Healthcare payer - Big data integrationRajasekaran kandhasamy
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
 
Data Warehouse
Data WarehouseData Warehouse
Data WarehouseSana Alvi
 
The Data Warehouse Lifecycle
The Data Warehouse LifecycleThe Data Warehouse Lifecycle
The Data Warehouse Lifecyclebartlowe
 
An introduction to data warehousing
An introduction to data warehousingAn introduction to data warehousing
An introduction to data warehousingShahed Khalili
 

La actualidad más candente (20)

Data wirehouse
Data wirehouseData wirehouse
Data wirehouse
 
Master Data Management
Master Data ManagementMaster Data Management
Master Data Management
 
Planning Data Warehouse
Planning Data WarehousePlanning Data Warehouse
Planning Data Warehouse
 
Master data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementMaster data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product management
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt
 
Lecture 04 - Granularity in the Data Warehouse
Lecture 04 - Granularity in the Data WarehouseLecture 04 - Granularity in the Data Warehouse
Lecture 04 - Granularity in the Data Warehouse
 
2 data warehouse life cycle golfarelli
2 data warehouse life cycle golfarelli2 data warehouse life cycle golfarelli
2 data warehouse life cycle golfarelli
 
Dw & etl concepts
Dw & etl conceptsDw & etl concepts
Dw & etl concepts
 
Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design
 
Healthcare payer - Big data integration
Healthcare payer - Big data integrationHealthcare payer - Big data integration
Healthcare payer - Big data integration
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
Data Warehouse
Data WarehouseData Warehouse
Data Warehouse
 
Industrialization of IT and Operations
Industrialization of IT and OperationsIndustrialization of IT and Operations
Industrialization of IT and Operations
 
5 Steps To Master Data Management
5 Steps To Master Data Management5 Steps To Master Data Management
5 Steps To Master Data Management
 
Data Flux
Data FluxData Flux
Data Flux
 
The Data Warehouse Lifecycle
The Data Warehouse LifecycleThe Data Warehouse Lifecycle
The Data Warehouse Lifecycle
 
Data Flux
Data FluxData Flux
Data Flux
 
An introduction to data warehousing
An introduction to data warehousingAn introduction to data warehousing
An introduction to data warehousing
 
Master Data Management
Master Data ManagementMaster Data Management
Master Data Management
 

Similar a Chap05 data resource mgt

Database Management.pptxqqwwqwqwqqweqwqw
Database Management.pptxqqwwqwqwqqweqwqwDatabase Management.pptxqqwwqwqwqqweqwqw
Database Management.pptxqqwwqwqwqqweqwqwadrianantopina1
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database managementOnline
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)Dilawar Khan
 
Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse Lesa Cote
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerAntonios Chatzipavlis
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptRafiulHasan19
 
4- DB Ch6 18-3-2020.pptx
4- DB Ch6 18-3-2020.pptx4- DB Ch6 18-3-2020.pptx
4- DB Ch6 18-3-2020.pptxShoaibmirza18
 
Day 1 (Lecture 1): Data Management- The Foundation of all Analytics
Day 1 (Lecture 1): Data Management- The Foundation of all AnalyticsDay 1 (Lecture 1): Data Management- The Foundation of all Analytics
Day 1 (Lecture 1): Data Management- The Foundation of all AnalyticsAseda Owusua Addai-Deseh
 
Lecture-1.ppt
Lecture-1.pptLecture-1.ppt
Lecture-1.pptChSheraz3
 

Similar a Chap05 data resource mgt (20)

Unit 2
Unit 2Unit 2
Unit 2
 
Chap005
Chap005Chap005
Chap005
 
Database Management.pptxqqwwqwqwqqweqwqw
Database Management.pptxqqwwqwqwqqweqwqwDatabase Management.pptxqqwwqwqwqqweqwqw
Database Management.pptxqqwwqwqwqqweqwqw
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Foundations of business intelligence databases and information management
Foundations of business intelligence databases and information managementFoundations of business intelligence databases and information management
Foundations of business intelligence databases and information management
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)
 
Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse
 
Chapter5
Chapter5Chapter5
Chapter5
 
RowanDay4.pptx
RowanDay4.pptxRowanDay4.pptx
RowanDay4.pptx
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL Server
 
lecture 1.pdf
lecture 1.pdflecture 1.pdf
lecture 1.pdf
 
DW (1).ppt
DW (1).pptDW (1).ppt
DW (1).ppt
 
Case mis ch05
Case mis ch05Case mis ch05
Case mis ch05
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.ppt
 
4- DB Ch6 18-3-2020.pptx
4- DB Ch6 18-3-2020.pptx4- DB Ch6 18-3-2020.pptx
4- DB Ch6 18-3-2020.pptx
 
Data warehouseold
Data warehouseoldData warehouseold
Data warehouseold
 
Day 1 (Lecture 1): Data Management- The Foundation of all Analytics
Day 1 (Lecture 1): Data Management- The Foundation of all AnalyticsDay 1 (Lecture 1): Data Management- The Foundation of all Analytics
Day 1 (Lecture 1): Data Management- The Foundation of all Analytics
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Chap05.ppt
Chap05.pptChap05.ppt
Chap05.ppt
 
Lecture-1.ppt
Lecture-1.pptLecture-1.ppt
Lecture-1.ppt
 

Más de Rao Majid Shamshad (20)

Nike final project
Nike final project Nike final project
Nike final project
 
Dom s entrepreneurship chapter 7
Dom s entrepreneurship chapter 7Dom s entrepreneurship chapter 7
Dom s entrepreneurship chapter 7
 
Do ms entrepreneurship chapter 5
Do ms entrepreneurship chapter 5Do ms entrepreneurship chapter 5
Do ms entrepreneurship chapter 5
 
Entrepreneurship hisrich chapter 5
Entrepreneurship hisrich chapter 5Entrepreneurship hisrich chapter 5
Entrepreneurship hisrich chapter 5
 
Entrepreneurship hisrich chapter 2
Entrepreneurship hisrich chapter 2Entrepreneurship hisrich chapter 2
Entrepreneurship hisrich chapter 2
 
Entrepreneurship hisrich chapter 1
Entrepreneurship hisrich chapter 1Entrepreneurship hisrich chapter 1
Entrepreneurship hisrich chapter 1
 
E banking
E   bankingE   banking
E banking
 
Dss
DssDss
Dss
 
Cad, cam, cim
Cad, cam, cimCad, cam, cim
Cad, cam, cim
 
MIS Notes for BBA 8th Evening
MIS Notes for BBA 8th EveningMIS Notes for BBA 8th Evening
MIS Notes for BBA 8th Evening
 
As market failure
As market failureAs market failure
As market failure
 
Chapter 8
Chapter 8Chapter 8
Chapter 8
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Chapter 8 management
Chapter 8 managementChapter 8 management
Chapter 8 management
 
Consumption&multiplier
Consumption&multiplierConsumption&multiplier
Consumption&multiplier
 
Unemployment
UnemploymentUnemployment
Unemployment
 
StManagementArticle
StManagementArticleStManagementArticle
StManagementArticle
 
St. mgt. chapter 5
St. mgt. chapter 5St. mgt. chapter 5
St. mgt. chapter 5
 
St. mgt. chapter 4
St. mgt. chapter 4St. mgt. chapter 4
St. mgt. chapter 4
 

Último

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Último (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Chap05 data resource mgt

  • 1. Data Resource Management James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8th ed. Boston, MA: McGraw-Hill, Inc., 2007. ISBN: 13 9780073323091 Management Information System By Rao Majid Shamshad Faculty, DoMS, University of Okara
  • 2. Case 1 Sharing Business Databases •Amazon’s data vault •Product descriptions •Prices •Sales rankings •Customer reviews •Inventory figures •Countless other layers of content •Took 10 years and a billion dollars to build Chapter 5 Data Resource ManagementChapter 5 2
  • 3. Case 1 Sharing Business Databases •Amazon opened its data vault in 2002 • 65,000 developers, businesses, and entrepreneurs have tapped into it • Many have become ambitious business partners •eBay opened its $3 billion databases in 2003 • 15,000 developers and others have registered to use it and to access software features • 1,000 new applications have appeared • 41 percent of eBay’s listings are uploaded to the site using these resources Chapter 5 Data Resource ManagementChapter 5 3
  • 4. Case 1 Sharing Business Databases •Google recently unlocked access to its desktop and paid-search products •Dozens of Google-driven services cropped up •Developers can grab 1,000 search results a day for free; anything more requires permission •In 2005, the Ad-Words paid-search service was opened to outside applicationsChapter 5 Data Resource ManagementChapter 5 4
  • 5. Case Study Questions •What are the business benefits to Amazon and eBay of opening up some of their databases to developers and entrepreneurs? • Do you agree with this strategy? •What business factors are causing Google to move slowly in opening up its databases? • Do you agree with its go-slow strategy? •Should other companies follow Amazon and eBay’s lead and open up some of their databases to developers and others? • Defend your position with an example of the risks and benefits to an actual company Chapter 5 Data Resource ManagementChapter 5 5
  • 6. Logical Data Elements Chapter 5 Data Resource ManagementChapter 5 6
  • 7. Logical Data Elements • Character • A single alphabetic, numeric, or other symbol • Field or data item • Represents an attribute (characteristic or quality) of some entity (object, person, place, event) • Example: salary, job title • Record • Grouping of all the fields used to describe the attributes of an entity • Example: payroll record with name, SSN, pay rate • File or table • A group of related records • Database • An integrated collection of logically related data elements Chapter 5 Data Resource ManagementChapter 5 7
  • 8. Electric Utility Database Chapter 5 Data Resource ManagementChapter 5 8
  • 9. Database Development •Database Administrator (DBA) •In charge of enterprise database development •Improves the integrity and security of organizational databases •Uses Data Definition Language (DDL) to develop and specify data contents, relationships, and structure •Stores these specifications in a data dictionary or a metadata repository Chapter 5 Data Resource ManagementChapter 5 9
  • 10. Data Dictionary •A data dictionary •Contains data about data (metadata) •Relies on specialized software component to manage a database of data definitions •It contains information on.. •The names and descriptions of all types of data records and their interrelationships •Requirements for end users’ access and use of application programs •Database maintenance •Security Chapter 5 Data Resource ManagementChapter 5 10
  • 11. 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 • Data stewards • Dedicated to establishing and maintaining the quality of data • Need business, technology, and diplomatic skills • Focus on data content • Judgment is a big part of the job Chapter 5 Data Resource ManagementChapter 5 11
  • 12. Case Study Questions •Why is the role of a data steward considered to be innovative? •What are the business benefits associated with the data steward program at Emerson? •How does effective data resource management contribute to the strategic goals of an organization? Chapter 5 Data Resource ManagementChapter 5 12
  • 13. Types of Databases Chapter 5 Data Resource ManagementChapter 5 13
  • 14. Operational Databases •Stores detailed data needed to support business processes and operations •Also called subject area databases (SADB), transaction databases, and production databases •Database examples: customer, human resource, inventory Chapter 5 Data Resource ManagementChapter 5 14
  • 15. Distributed Databases • Distributed databases are copies or parts of databases stored on servers at multiple locations • Improves database performance at worksites • Advantages • 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, any where • Disadvantages • Maintaining data accuracy • Replication • Look at each distributed database and find changes • Apply changes to each distributed database • Very complex • Duplication • One database is master • Duplicate the master after hours, in all locations • Easier to accomplish Chapter 5 Data Resource ManagementChapter 5 15
  • 16. External Databases •Databases available for a fee from commercial online services, or free from the Web •Example: hypermedia databases, statistical databases, bibliographic and full text databases •Search engines like Google or Yahoo are external databases Chapter 5 Data Resource ManagementChapter 5 16
  • 17. Hypermedia Databases •A hypermedia database contains •Hyperlinked pages of multimedia •Interrelated hypermedia page elements, rather than interrelated data records Chapter 5 Data Resource ManagementChapter 5 17
  • 18. Components of Web-Based System Chapter 5 Data Resource ManagementChapter 5 18
  • 19. Data Warehouses •Stores static data that has been extracted from other databases in an organization •Central source of data that has been cleaned, transformed, and cataloged •Data is used for data mining, analytical processing, analysis, research, decision support •Data warehouses may be divided into data marts •Subsets of data that focus on specific aspects of a company (department or business Chapter 5 Data Resource ManagementChapter 5 19
  • 20. Data Warehouse Components Chapter 5 Data Resource ManagementChapter 5 20
  • 21. Applications and Data Marts Chapter 5 Data Resource ManagementChapter 5 21
  • 22. Data Mining •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 Chapter 5 Data Resource ManagementChapter 5 22
  • 23. Traditional File Processing •Data are organized, stored, and processed in independent files •Each business application designed to use specialized data files containing specific types of data records •Problems •Data redundancy •Lack of data integration •Data dependence (files, storage devices, software) Chapter 5 Data Resource ManagementChapter 5 23
  • 24. Traditional File Processing Chapter 5 Data Resource ManagementChapter 5 24
  • 25. Database Management Approach •The foundation of modern methods of managing organizational data •Consolidates data records formerly in separate files into databases •Data can be accessed by many different application programs •A database management system (DBMS) is the software interface between users and databases Chapter 5 Data Resource ManagementChapter 5 25
  • 26. Database Management Approach Chapter 5 Data Resource ManagementChapter 5 26
  • 27. Database Management System •In mainframe and server computer systems, a software package that is used to… •Create new databases and database applications •Maintain the quality of the data in an organization’s databases •Use the databases of an organization to provide the information needed by end users Chapter 5 Data Resource ManagementChapter 5 27
  • 28. DBMS Major Functions Chapter 5 Data Resource ManagementChapter 5 28
  • 29. Database Interrogation •End users use a DBMS query feature or report generator •Response is video display or printed report •No programming is required •Query language •Immediate response to ad hoc data requests •Report generator •Quickly specify a format for information you want to present as a report Chapter 5 Data Resource ManagementChapter 5 29
  • 30. Database Maintenance •Accomplished by transaction processing systems and other applications, with the support of the DBMS •Done to reflect new business transactions and other events •Updating and correcting data, such as customer addresses Chapter 5 Data Resource ManagementChapter 5 30