SlideShare a Scribd company logo
Chapter -5
Data Resource Management
Fundamental Database Concept
• How data are organized in Information System
• A conceptual framework of level of data
• Data may be logically organized into
– Character
– Field
– Record
– File
– Database
• Character
– The basic logical element of data that can be observed and
manipulated
– A single alphabetic, numeric, or other symbol
• Field or data item
– A data item that consists a group of related characters
– Represents an attribute of some entity (object, person, place,
event)
– Fields are organized in some logical manner
• Example: salary amount, job
• Record
– A group of related fields used to describe the attributes of an
entity
– A record represents a collection of attributes
– Primary key concept
• File
– A group of related record
– A collection of records that make up a table
– A row and column in a table represents a file in database
• Database
– An integrated collection of logically related data elements
– Database consolidates records previously stored in
separate files in a common pool of data elements that can
be accessed via many applications
– Data stored in DB are independent of applications
– Database contains data elements describing entities and
relationship among entities
– It’s a logical organization of data elements for easy access
Logical Data Elements
Electric Utility Database
Database Structures
• Common database structures…
– Hierarchical
– Network
– Relational
– Object-oriented
– Multi-dimensional
Hierarchical Structure
• Early DBMS structure
• Records arranged in
tree-like structure
• Relationships are one-
to-many
Network Structure
• Used in some
mainframe DBMS
packages
– Many-to-many
relationships
Relational Structure
• 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
Multidimensional Structure
• 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)
Object-Oriented Structure
• 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 OODBMS
• Supports complex data types more efficiently than
relational databases
– Example: graphic images, video clips, web pages
Object-Oriented Structure
Evaluation of Database Structures
• Hierarchical
– Works for structured, routine transactions
– Can’t handle many-to-many relationship
• Network
– More flexible than hierarchical
– Unable to handle ad hoc requests
• Relational
– Easily responds to ad hoc requests
– Easier to work with and maintain
– Not as efficient/quick as hierarchical or network
Many-to-Many Relationship
Data Resource Management
• Data resource management is a managerial activity
– Uses database management, data warehousing,
and other IS technologies
– Manages data resources to meet the information needs of
business stakeholders
Types of Databases
• 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
Data Resource Management
• Distributed Databases
– Distributed databases are copies or parts of databases
stored on servers at multiple locations
– a database in which portions of the database are stored in
multiple physical locations and processing is distributed
among multiple database nodes
• 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
Data Resource Management
• Distributed Databases
– Disadvantages
• Maintaining data accuracy
• Requires extra computing power
• Network necessary to access multiple databases
– Replication
• Look at each distributed database and find changes
• Apply changes to each distributed database
• Very complex and time consuming
– Duplication
• One database is master
• Duplicate the master after hours, in all locations
• Easier to accomplish
Data Resource Management
• 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
• Hypermedia Databases
– A hypermedia database contains
• Hyperlinked pages of multimedia
• Interrelated hypermedia page elements, rather than
interrelated data records
Components of Web-Based System
Data Warehouse
• 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 process)
Data Warehouse Components
R
Applications and Data Marts
Data Mining
• Data in data warehouses are analyzed to reveal hidden
patterns and trends in historical data
• Data mining analysis help business to make strategic decisions
to gain competitive advantage
• Data mining can discover new or unknown correlations,
patterns, and trends in vast amount of data stored in data
warehouse.
• Data Mining software uses various pattern recognition
algorithms and mathematical and statistical techniques
– Market-basket analysis to identify new product bundles
– Find root cause of quality or manufacturing problems
– Prevent customer attrition
– Acquire new customers
– Cross-sell to existing customers
– Profile customers with more accuracy
Traditional File Processing
• In traditional file processing system, data are
organized, stored, and processed in independent files
– Each business application designed to use specialized
data files containing specific types of data records
– Cumbersome, costly and inflexible to supply
information needed to manage modern business
• Problems
– Data redundancy
– Lack of data integration
– Data dependence (files, storage devices, software)
– Lack of data integrity or standardization
Problems of File Processing
• Data redundancy
– Duplicate data
– Caused problem when data has to be updated
– Separate file maintenance programs
– Inconsistency among data stored in separate files
• Lack of data integrity or standardization
– Different files and programs define different definition
for data elements
– Lack of accuracy and completeness
– Lack of control over its access and use
Problems of File Processing
• Data dependence
– Files, storage devices, software are interdependent
– Changes in the format and structure of data/records
in a file required changes to be made in all the
programs that access the file
– Program maintenance was a major burden and
resulted into inconsistency
• Lack of data integration
– Separate individual files couldn’t be used for
connecting them for ad-hoc queries
– Resulted into various reports than one consolidated
view
Traditional File Processing
Database Management
• The foundation of modern methods of managing
organizational data
– Consolidates data records formerly in separate
files into databases (ETL)
– Data can be accessed by many different
application programs
– A database management system (DBMS) is the
software interface between users and databases
– Involves controlling, maintaining and using data
Database Management
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
• Database Development
– Defining and organizing the content, relationships, and structure of
the data needed to build a database
• Database Application Development
– Using DBMS to create prototypes of queries, forms, reports, Web
pages
• Database Maintenance
– Using transaction processing systems and other tools to add, delete,
update, and correct data

More Related Content

What's hot

ERP( enterprise resource planning)
ERP( enterprise resource planning)ERP( enterprise resource planning)
ERP( enterprise resource planning)
Omer Maroof
 
Supply chain management project
Supply chain management projectSupply chain management project
Supply chain management project
Muskan Asnani
 
PTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x ArchitecturePTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x Architecture
Gandhavalla Informatics Pvt Ltd.
 
Concepts of erp
Concepts of erpConcepts of erp
Concepts of erp
Pradnya Saval
 
Laudon Ch09
Laudon Ch09Laudon Ch09
Laudon Ch09
Riju Nair
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
Alan McSweeney
 
Mis chapter 8
Mis chapter 8Mis chapter 8
Advance Metering Infrastructure: Smart Meter
Advance Metering Infrastructure: Smart MeterAdvance Metering Infrastructure: Smart Meter
Advance Metering Infrastructure: Smart Meter
MD NAWAZ
 
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
Amity University | FMS - DU | IMT | Stratford University | KKMI International Institute | AIMA | DTU
 
IT Supply Chain Management
IT Supply Chain ManagementIT Supply Chain Management
IT Supply Chain Management
Preshita Chaurasiya
 
Chapter 3 MIS
Chapter 3 MISChapter 3 MIS
Business intelligence systems
Business intelligence systemsBusiness intelligence systems
Business intelligence systems
UMaine
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
ghghghghgh
 
Role of it in scm
Role of it in scmRole of it in scm
Role of it in scm
Knowlittle Matharu
 
Erp introduction
Erp introductionErp introduction
Erp introduction
saleemahmadogdcl
 
2. information system
2. information system2. information system
2. information system
PIRAGASHMURUGAN
 
The what, why, and how of master data management
The what, why, and how of master data managementThe what, why, and how of master data management
The what, why, and how of master data management
Mohammad Yousri
 
Modern Information Systems
Modern Information SystemsModern Information Systems
Chapter 2 competing with it
Chapter 2 competing with itChapter 2 competing with it
Chapter 2 competing with it
AG RD
 
Hybrid Smart Grid System for Renewable energy
Hybrid Smart Grid System for Renewable energyHybrid Smart Grid System for Renewable energy
Hybrid Smart Grid System for Renewable energy
ALTANAI BISHT
 

What's hot (20)

ERP( enterprise resource planning)
ERP( enterprise resource planning)ERP( enterprise resource planning)
ERP( enterprise resource planning)
 
Supply chain management project
Supply chain management projectSupply chain management project
Supply chain management project
 
PTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x ArchitecturePTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x Architecture
 
Concepts of erp
Concepts of erpConcepts of erp
Concepts of erp
 
Laudon Ch09
Laudon Ch09Laudon Ch09
Laudon Ch09
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Mis chapter 8
Mis chapter 8Mis chapter 8
Mis chapter 8
 
Advance Metering Infrastructure: Smart Meter
Advance Metering Infrastructure: Smart MeterAdvance Metering Infrastructure: Smart Meter
Advance Metering Infrastructure: Smart Meter
 
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
 
IT Supply Chain Management
IT Supply Chain ManagementIT Supply Chain Management
IT Supply Chain Management
 
Chapter 3 MIS
Chapter 3 MISChapter 3 MIS
Chapter 3 MIS
 
Business intelligence systems
Business intelligence systemsBusiness intelligence systems
Business intelligence systems
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Role of it in scm
Role of it in scmRole of it in scm
Role of it in scm
 
Erp introduction
Erp introductionErp introduction
Erp introduction
 
2. information system
2. information system2. information system
2. information system
 
The what, why, and how of master data management
The what, why, and how of master data managementThe what, why, and how of master data management
The what, why, and how of master data management
 
Modern Information Systems
Modern Information SystemsModern Information Systems
Modern Information Systems
 
Chapter 2 competing with it
Chapter 2 competing with itChapter 2 competing with it
Chapter 2 competing with it
 
Hybrid Smart Grid System for Renewable energy
Hybrid Smart Grid System for Renewable energyHybrid Smart Grid System for Renewable energy
Hybrid Smart Grid System for Renewable energy
 

Similar to Chapter 5 data resource management

Management information system database management
Management information system database managementManagement information system database management
Management information system database management
Online
 
Introduction to RDBMS
Introduction to RDBMSIntroduction to RDBMS
Introduction to RDBMS
Sarmad Ali
 
Dbms unit 1
Dbms unit 1Dbms unit 1
Dbms unit 1
SaiGupta18
 
Chapter5
Chapter5Chapter5
Chapter5
Sabana Maharjan
 
Ch 2-introduction to dbms
Ch 2-introduction to dbmsCh 2-introduction to dbms
Ch 2-introduction to dbms
Rupali Rana
 
Unit 3 part i Data mining
Unit 3 part i Data miningUnit 3 part i Data mining
Unit 3 part i Data mining
Dhilsath Fathima
 
Database management system
Database management systemDatabase management system
Database management system
sangeethachandrabose
 
Unit1 DBMS Introduction
Unit1 DBMS IntroductionUnit1 DBMS Introduction
Unit1 DBMS Introduction
MUHAMMED MASHAHIL PUKKUNNUMMAL
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
Mukesh Jaiswal
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
SIMNchannel
 
Case mis ch05
Case mis ch05Case mis ch05
Case mis ch05
Sanghyeok Park
 
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
Shoaibmirza18
 
Data warehouse introduction
Data warehouse introductionData warehouse introduction
Data warehouse introduction
Murli Jha
 
DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT
huma sh
 
Database
DatabaseDatabase
Database
Mohit Bishnoi
 
Database
DatabaseDatabase
Database
Praveen Minz
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
Lijo Stalin
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
samiullahamjad06
 
(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)
Dr. Mazin Mohamed alkathiri
 
Augmenting Big Data Analytics with Nirvana
Augmenting Big Data Analytics with NirvanaAugmenting Big Data Analytics with Nirvana
Augmenting Big Data Analytics with Nirvana
Igor Sfiligoi
 

Similar to Chapter 5 data resource management (20)

Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Introduction to RDBMS
Introduction to RDBMSIntroduction to RDBMS
Introduction to RDBMS
 
Dbms unit 1
Dbms unit 1Dbms unit 1
Dbms unit 1
 
Chapter5
Chapter5Chapter5
Chapter5
 
Ch 2-introduction to dbms
Ch 2-introduction to dbmsCh 2-introduction to dbms
Ch 2-introduction to dbms
 
Unit 3 part i Data mining
Unit 3 part i Data miningUnit 3 part i Data mining
Unit 3 part i Data mining
 
Database management system
Database management systemDatabase management system
Database management system
 
Unit1 DBMS Introduction
Unit1 DBMS IntroductionUnit1 DBMS Introduction
Unit1 DBMS Introduction
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
Case mis ch05
Case mis ch05Case mis ch05
Case mis ch05
 
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 warehouse introduction
Data warehouse introductionData warehouse introduction
Data warehouse introduction
 
DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT
 
Database
DatabaseDatabase
Database
 
Database
DatabaseDatabase
Database
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)
 
Augmenting Big Data Analytics with Nirvana
Augmenting Big Data Analytics with NirvanaAugmenting Big Data Analytics with Nirvana
Augmenting Big Data Analytics with Nirvana
 

More from Advance Saraswati Prakashan Pvt Ltd

004 04 identifying market segment,
004 04 identifying market segment,004 04 identifying market segment,
004 04 identifying market segment,
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 3 Marketing info system and demand Management- MBS
Chapter 3 Marketing info system and demand Management- MBSChapter 3 Marketing info system and demand Management- MBS
Chapter 3 Marketing info system and demand Management- MBS
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 2 Market Opportunity analysis- MBS
Chapter 2 Market Opportunity analysis- MBSChapter 2 Market Opportunity analysis- MBS
Chapter 2 Market Opportunity analysis- MBS
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 1 introduction- MBS Marketing Management
Chapter 1 introduction- MBS Marketing ManagementChapter 1 introduction- MBS Marketing Management
Chapter 1 introduction- MBS Marketing Management
Advance Saraswati Prakashan Pvt Ltd
 
003 Managerial Economics- chapter 03
003 Managerial Economics- chapter 03003 Managerial Economics- chapter 03
003 Managerial Economics- chapter 03
Advance Saraswati Prakashan Pvt Ltd
 
Managerial Economics MBS -chapter 04 (book)
Managerial Economics MBS -chapter 04 (book)Managerial Economics MBS -chapter 04 (book)
Managerial Economics MBS -chapter 04 (book)
Advance Saraswati Prakashan Pvt Ltd
 
Sociology case study BBA-BI/TT/BHM/BCIS/BHCM
Sociology case study BBA-BI/TT/BHM/BCIS/BHCMSociology case study BBA-BI/TT/BHM/BCIS/BHCM
Sociology case study BBA-BI/TT/BHM/BCIS/BHCM
Advance Saraswati Prakashan Pvt Ltd
 
Managing Cross-cultural Diversity: Issues and Challenges in Global Organizations
Managing Cross-cultural Diversity: Issues and Challenges in Global OrganizationsManaging Cross-cultural Diversity: Issues and Challenges in Global Organizations
Managing Cross-cultural Diversity: Issues and Challenges in Global Organizations
Advance Saraswati Prakashan Pvt Ltd
 
Presentation on virtual maangement
Presentation on virtual maangement Presentation on virtual maangement
Presentation on virtual maangement
Advance Saraswati Prakashan Pvt Ltd
 
Managing a Virtual Workplace by Wayne F. Cascio
Managing a Virtual Workplaceby Wayne F. Cascio Managing a Virtual Workplaceby Wayne F. Cascio
Managing a Virtual Workplace by Wayne F. Cascio
Advance Saraswati Prakashan Pvt Ltd
 
Outsourcing- MBA/ MBS- Masters level
Outsourcing- MBA/ MBS- Masters levelOutsourcing- MBA/ MBS- Masters level
Outsourcing- MBA/ MBS- Masters level
Advance Saraswati Prakashan Pvt Ltd
 
Innovation management- MBA
Innovation management- MBAInnovation management- MBA
Innovation management- MBA
Advance Saraswati Prakashan Pvt Ltd
 
Employee empowerment-MBA
Employee empowerment-MBAEmployee empowerment-MBA
Employee empowerment-MBA
Advance Saraswati Prakashan Pvt Ltd
 
Corporate Governance-MBA
Corporate Governance-MBACorporate Governance-MBA
Corporate Governance-MBA
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 7 e business systems
Chapter 7  e business systemsChapter 7  e business systems
Chapter 7 e business systems
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 14 enterprise and global management of it
Chapter 14  enterprise and global management of itChapter 14  enterprise and global management of it
Chapter 14 enterprise and global management of it
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 13 security and ethical challenges
Chapter 13  security and ethical challengesChapter 13  security and ethical challenges
Chapter 13 security and ethical challenges
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 12 developiong business&it solutions
Chapter 12  developiong business&it solutionsChapter 12  developiong business&it solutions
Chapter 12 developiong business&it solutions
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 11 developiong business&it strategies
Chapter 11  developiong business&it strategiesChapter 11  developiong business&it strategies
Chapter 11 developiong business&it strategies
Advance Saraswati Prakashan Pvt Ltd
 
Chapter 10 supporting decision making
Chapter 10  supporting decision makingChapter 10  supporting decision making
Chapter 10 supporting decision making
Advance Saraswati Prakashan Pvt Ltd
 

More from Advance Saraswati Prakashan Pvt Ltd (20)

004 04 identifying market segment,
004 04 identifying market segment,004 04 identifying market segment,
004 04 identifying market segment,
 
Chapter 3 Marketing info system and demand Management- MBS
Chapter 3 Marketing info system and demand Management- MBSChapter 3 Marketing info system and demand Management- MBS
Chapter 3 Marketing info system and demand Management- MBS
 
Chapter 2 Market Opportunity analysis- MBS
Chapter 2 Market Opportunity analysis- MBSChapter 2 Market Opportunity analysis- MBS
Chapter 2 Market Opportunity analysis- MBS
 
Chapter 1 introduction- MBS Marketing Management
Chapter 1 introduction- MBS Marketing ManagementChapter 1 introduction- MBS Marketing Management
Chapter 1 introduction- MBS Marketing Management
 
003 Managerial Economics- chapter 03
003 Managerial Economics- chapter 03003 Managerial Economics- chapter 03
003 Managerial Economics- chapter 03
 
Managerial Economics MBS -chapter 04 (book)
Managerial Economics MBS -chapter 04 (book)Managerial Economics MBS -chapter 04 (book)
Managerial Economics MBS -chapter 04 (book)
 
Sociology case study BBA-BI/TT/BHM/BCIS/BHCM
Sociology case study BBA-BI/TT/BHM/BCIS/BHCMSociology case study BBA-BI/TT/BHM/BCIS/BHCM
Sociology case study BBA-BI/TT/BHM/BCIS/BHCM
 
Managing Cross-cultural Diversity: Issues and Challenges in Global Organizations
Managing Cross-cultural Diversity: Issues and Challenges in Global OrganizationsManaging Cross-cultural Diversity: Issues and Challenges in Global Organizations
Managing Cross-cultural Diversity: Issues and Challenges in Global Organizations
 
Presentation on virtual maangement
Presentation on virtual maangement Presentation on virtual maangement
Presentation on virtual maangement
 
Managing a Virtual Workplace by Wayne F. Cascio
Managing a Virtual Workplaceby Wayne F. Cascio Managing a Virtual Workplaceby Wayne F. Cascio
Managing a Virtual Workplace by Wayne F. Cascio
 
Outsourcing- MBA/ MBS- Masters level
Outsourcing- MBA/ MBS- Masters levelOutsourcing- MBA/ MBS- Masters level
Outsourcing- MBA/ MBS- Masters level
 
Innovation management- MBA
Innovation management- MBAInnovation management- MBA
Innovation management- MBA
 
Employee empowerment-MBA
Employee empowerment-MBAEmployee empowerment-MBA
Employee empowerment-MBA
 
Corporate Governance-MBA
Corporate Governance-MBACorporate Governance-MBA
Corporate Governance-MBA
 
Chapter 7 e business systems
Chapter 7  e business systemsChapter 7  e business systems
Chapter 7 e business systems
 
Chapter 14 enterprise and global management of it
Chapter 14  enterprise and global management of itChapter 14  enterprise and global management of it
Chapter 14 enterprise and global management of it
 
Chapter 13 security and ethical challenges
Chapter 13  security and ethical challengesChapter 13  security and ethical challenges
Chapter 13 security and ethical challenges
 
Chapter 12 developiong business&it solutions
Chapter 12  developiong business&it solutionsChapter 12  developiong business&it solutions
Chapter 12 developiong business&it solutions
 
Chapter 11 developiong business&it strategies
Chapter 11  developiong business&it strategiesChapter 11  developiong business&it strategies
Chapter 11 developiong business&it strategies
 
Chapter 10 supporting decision making
Chapter 10  supporting decision makingChapter 10  supporting decision making
Chapter 10 supporting decision making
 

Recently uploaded

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 

Recently uploaded (20)

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 

Chapter 5 data resource management

  • 2. Fundamental Database Concept • How data are organized in Information System • A conceptual framework of level of data • Data may be logically organized into – Character – Field – Record – File – Database
  • 3. • Character – The basic logical element of data that can be observed and manipulated – A single alphabetic, numeric, or other symbol • Field or data item – A data item that consists a group of related characters – Represents an attribute of some entity (object, person, place, event) – Fields are organized in some logical manner • Example: salary amount, job • Record – A group of related fields used to describe the attributes of an entity – A record represents a collection of attributes – Primary key concept
  • 4. • File – A group of related record – A collection of records that make up a table – A row and column in a table represents a file in database • Database – An integrated collection of logically related data elements – Database consolidates records previously stored in separate files in a common pool of data elements that can be accessed via many applications – Data stored in DB are independent of applications – Database contains data elements describing entities and relationship among entities – It’s a logical organization of data elements for easy access
  • 7. Database Structures • Common database structures… – Hierarchical – Network – Relational – Object-oriented – Multi-dimensional
  • 8. Hierarchical Structure • Early DBMS structure • Records arranged in tree-like structure • Relationships are one- to-many
  • 9. Network Structure • Used in some mainframe DBMS packages – Many-to-many relationships
  • 10. Relational Structure • 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
  • 11. Multidimensional Structure • 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)
  • 12. Object-Oriented Structure • 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 OODBMS • Supports complex data types more efficiently than relational databases – Example: graphic images, video clips, web pages
  • 14. Evaluation of Database Structures • Hierarchical – Works for structured, routine transactions – Can’t handle many-to-many relationship • Network – More flexible than hierarchical – Unable to handle ad hoc requests • Relational – Easily responds to ad hoc requests – Easier to work with and maintain – Not as efficient/quick as hierarchical or network
  • 16. Data Resource Management • Data resource management is a managerial activity – Uses database management, data warehousing, and other IS technologies – Manages data resources to meet the information needs of business stakeholders Types of Databases • 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
  • 17. Data Resource Management • Distributed Databases – Distributed databases are copies or parts of databases stored on servers at multiple locations – a database in which portions of the database are stored in multiple physical locations and processing is distributed among multiple database nodes • 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
  • 18. Data Resource Management • Distributed Databases – Disadvantages • Maintaining data accuracy • Requires extra computing power • Network necessary to access multiple databases – Replication • Look at each distributed database and find changes • Apply changes to each distributed database • Very complex and time consuming – Duplication • One database is master • Duplicate the master after hours, in all locations • Easier to accomplish
  • 19. Data Resource Management • 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 • Hypermedia Databases – A hypermedia database contains • Hyperlinked pages of multimedia • Interrelated hypermedia page elements, rather than interrelated data records
  • 21. Data Warehouse • 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 process)
  • 24. Data Mining • Data in data warehouses are analyzed to reveal hidden patterns and trends in historical data • Data mining analysis help business to make strategic decisions to gain competitive advantage • Data mining can discover new or unknown correlations, patterns, and trends in vast amount of data stored in data warehouse. • Data Mining software uses various pattern recognition algorithms and mathematical and statistical techniques – Market-basket analysis to identify new product bundles – Find root cause of quality or manufacturing problems – Prevent customer attrition – Acquire new customers – Cross-sell to existing customers – Profile customers with more accuracy
  • 25. Traditional File Processing • In traditional file processing system, data are organized, stored, and processed in independent files – Each business application designed to use specialized data files containing specific types of data records – Cumbersome, costly and inflexible to supply information needed to manage modern business • Problems – Data redundancy – Lack of data integration – Data dependence (files, storage devices, software) – Lack of data integrity or standardization
  • 26. Problems of File Processing • Data redundancy – Duplicate data – Caused problem when data has to be updated – Separate file maintenance programs – Inconsistency among data stored in separate files • Lack of data integrity or standardization – Different files and programs define different definition for data elements – Lack of accuracy and completeness – Lack of control over its access and use
  • 27. Problems of File Processing • Data dependence – Files, storage devices, software are interdependent – Changes in the format and structure of data/records in a file required changes to be made in all the programs that access the file – Program maintenance was a major burden and resulted into inconsistency • Lack of data integration – Separate individual files couldn’t be used for connecting them for ad-hoc queries – Resulted into various reports than one consolidated view
  • 29. Database Management • The foundation of modern methods of managing organizational data – Consolidates data records formerly in separate files into databases (ETL) – Data can be accessed by many different application programs – A database management system (DBMS) is the software interface between users and databases – Involves controlling, maintaining and using data
  • 31. 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 • Database Development – Defining and organizing the content, relationships, and structure of the data needed to build a database • Database Application Development – Using DBMS to create prototypes of queries, forms, reports, Web pages • Database Maintenance – Using transaction processing systems and other tools to add, delete, update, and correct data