SlideShare a Scribd company logo
1 of 36
Database Management
Why Study Data Resource Management?

• Today’s business enterprises cannot survive or
  succeed without quality data about their internal
  operations and external environment.

Definition:
• A managerial activity that applies information
  systems technologies to the task of managing an
  organization’s data resources to meet the
  information needs of their business stakeholders
Foundation Data Concepts
• Character – single alphabetic, numeric or
  other symbol
• Field – group of related characters
• Entity – person, place, object or event
• Attribute – characteristic of an entity
Foundation Data Concepts
• Record – collection of attributes that describe
  an entity
• File – group of related records
• Database – integrated collection of logically
  related data elements
Traditional File Processing vs DBMS

Definition: Traditional File Processing
• Data are organized, stored, and processed in
  independent files of data records

Definition: Database Management Systems
• Software that controls the creation,
  maintenance, and use of databases
File Processing Systems
Problems of File Processing
• Data Redundancy – duplicate data requires an update to
  be made to all files storing that data

• Lack of Data Integration – data stored in separate files
  require special programs for output making ad hoc
  reporting difficult

• Data Dependence – programs must include information
  about how the data is stored so a change in storage
  format requires a change in programs
Database Management Approach
Definition:
• Consolidates data records into one database
  that can be accessed by many different
  application programs.

• Software interface between users and
  databases

• Data definition is stored once, separately from
  application programs
Database Management Approach
DBMS Software Components
Uses of DBMS Software
Types of Databases
Types of Databases
• Operational – store detailed data needed to
  support the business processes and
  operations of a company
• Distributed – databases that are replicated
  and distributed in whole or in part to network
  servers at a variety of sites
Types of Databases
• External – contain a wealth of information
  available from commercial online services and
  from many sources on the World Wide Web
• Hypermedia – consist of hyperlinked pages of
  multimedia
Fundamental Database Structures
Database Structures
•   Hierarchical – relationships between records form a hierarchy or treelike
    structure. A record is subdivided into segments that are connected to
    each other in one to many parent – child relationship. Relationships
    among the records are one-to-many.

•   Network – data can be accessed by one of several paths because any data
    element or record can be related to any number of other data elements.
    An older logical database model that is useful for depicting many-to-many
    relationships. The network structure can represent more complex logical
    relationships, and is still used by many mainframe DBMS packages.
Relational Database Structure
Definition:
• All data elements within the database are
  viewed as being stored in the form of simple
  tables
Relational Database
Multidimensional Database Structure
Definition:
• Variation of the relational model that uses
  multidimensional structures to organize data
  and express the relationships between data
Multidimensional Database Structure
Object-Oriented Database
                   Structure
Definition:
• Can accommodate more complex data types including
  graphics, pictures, voice and text

• Encapsulation – data values and operations that can be
  performed on them are stored as a unit

• Inheritance – automatically creating new objects by
  replicating some or all of the characteristics of one or
  more existing objects
Evaluation of Database Structures
• Hierarchical data structure is best for
  structured, routine types of transaction
  processing.
• Network data structure is best when many-to-
  many relationships are needed.
• Relational data structure is best when ad hoc
  reporting is required.
Database Development
• Enterprise-wide database development is
  usually controlled by database administrators
  (DBA)
• Data dictionary – catalog or directory
  containing metadata
• Metadata – data about data
Database Development Process
• First, develop a Conceptual design
   – - an abstract model of the database from the user or
     business perspective .
   – - Create physical and logical view
• Second, organize with Entity-Relationship (ER)
  modeling
   – process of planning the database design
   – Entity classes  Instance  Identifiers  Relationships
Database Development Process
• Third, analyze the data structure by applying the
  Normalization process
   – method that reduces a relational database to its most
     streamlined form
   – Helps achieve
       • minimum redundancy
       • maximum data integrity
       • best processing performance
Database Development Process
• Fourth, physically implement the data structure in
  the database management system software (
   –   Create tables
   –   Define fields and field properties
   –   Establish primary keys
   –   Define table relationships
   –   Add actual data (records) to tables
Logical vs. Physical Views
• Logical – logical consist of conceptual design
  within an abstract model which data
  elements and relationships (subschemas) are
  used in the model.

• Physical – the design shows how the database
  is arranged, physically stored and accessed on
  the storage devices of a computer system.
Logical and Physical Database
          Views
Database Maintenance
• Updating a database continually to reflect
  new business transactions and other events
• Updating a database to correct data and
  ensure accuracy of the data
Data Mining




                  Definition:
Analyzing the data in a data warehouse to
reveal hidden patterns and trends in
historical business activity
Data Mining Uses
• Perform “market-basket analysis” to identify new
  product bundles.

• Find root causes to quality or manufacturing
  problems.

• Prevent customer attrition and acquire new
  customers.

• Cross-sell to existing customers.

• Profile customers with more accuracy.
Data Warehouse vs Data Mart
Definition:Data Warehouse
• Large database that stores data that have been
  extracted from the various operational, external, and
  other databases of an organization
Definition: Data Mart
• Databases that hold subsets of data from a data
  warehouse that focus on specific aspects of a
  company, such as a department or a business
  process
Data Warehouse System
Basic Characteristics of
                  Data Warehouse
Organized by business dimension or subject
• Data are organized by subject (by customer, supplier, vendor, product,
   region etc) and contain information relevant for decision and data
   analysis.
Consistent
• Data in different databases may encoded differently. E.g, gender data may
   be encoded 0 and 1 in one operational system and or M and F in another.
   In data warehouse , it must be coded in a consistent manner
Nonvolatile
• Data are not updated after they are entered into the warehouse
Basic Characteristics of
              Data Warehouse (cont’)
Historical
• The data are kept for many years so that they can be used for trends,
   forecasting and comparison over time.
Use online analytical processing
• Online Analytical Processing (OLAP) involves the analysis of accumulated
   data by end users which are designed to support decision makers.
Multidimensional Structure
• Data warehouse use multidimensional data structure so it allow users to
   view and analyze data from the various perspective of the various
   business dimensions.
How a Data Warehouse &Data Mart Hold Data

More Related Content

What's hot (20)

Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information system
 
Rdbms
RdbmsRdbms
Rdbms
 
Business Application (MIS)
Business Application (MIS)Business Application (MIS)
Business Application (MIS)
 
Management Information System (MIS)
Management Information System (MIS)Management Information System (MIS)
Management Information System (MIS)
 
RDBMS
RDBMSRDBMS
RDBMS
 
Types of databases
Types of databasesTypes of databases
Types of databases
 
Information system
Information systemInformation system
Information system
 
ERP components
ERP componentsERP components
ERP components
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Dbms slides
Dbms slidesDbms slides
Dbms slides
 
Executive Information System or Executive Support System
Executive Information System or Executive Support SystemExecutive Information System or Executive Support System
Executive Information System or Executive Support System
 
Information System & Business applications
Information System & Business applicationsInformation System & Business applications
Information System & Business applications
 
Mis chapter 7 database systems
Mis chapter 7 database systemsMis chapter 7 database systems
Mis chapter 7 database systems
 
Data resource management
Data resource managementData resource management
Data resource management
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 
Database
DatabaseDatabase
Database
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentation
 
It infrastructure
It infrastructureIt infrastructure
It infrastructure
 

Viewers also liked

Role of Database Management in Information Systems
Role of Database Management in Information SystemsRole of Database Management in Information Systems
Role of Database Management in Information SystemswaQas ilYas
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentationsameerraaj
 
Dbms role advantages
Dbms role advantagesDbms role advantages
Dbms role advantagesjeancly
 
Business intelligence databases and information management
Business intelligence databases and information managementBusiness intelligence databases and information management
Business intelligence databases and information managementProf. Othman Alsalloum
 
Database management functions
Database management functionsDatabase management functions
Database management functionsyhen06
 
Data vs. information
Data vs. informationData vs. information
Data vs. informationBesar Limani
 
Management information system
Management  information systemManagement  information system
Management information systemRamya Sree
 
System Analysis And Design Management Information System
System Analysis And Design Management Information SystemSystem Analysis And Design Management Information System
System Analysis And Design Management Information Systemnayanav
 
Tiki giftware shop database business information system
Tiki giftware shop database business information systemTiki giftware shop database business information system
Tiki giftware shop database business information systemcycapy
 
Chapter18 maintaining information systems
Chapter18 maintaining information systemsChapter18 maintaining information systems
Chapter18 maintaining information systemsDhani Ahmad
 
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
 
C1 basic concepts of database
C1 basic concepts of databaseC1 basic concepts of database
C1 basic concepts of databaseWan Azni
 

Viewers also liked (20)

Mis assignment (database)
Mis assignment (database)Mis assignment (database)
Mis assignment (database)
 
Role of Database Management in Information Systems
Role of Database Management in Information SystemsRole of Database Management in Information Systems
Role of Database Management in Information Systems
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Dbms role advantages
Dbms role advantagesDbms role advantages
Dbms role advantages
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Business intelligence databases and information management
Business intelligence databases and information managementBusiness intelligence databases and information management
Business intelligence databases and information management
 
Database management functions
Database management functionsDatabase management functions
Database management functions
 
Data vs. information
Data vs. informationData vs. information
Data vs. information
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Management information system
Management  information systemManagement  information system
Management information system
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
System Analysis And Design Management Information System
System Analysis And Design Management Information SystemSystem Analysis And Design Management Information System
System Analysis And Design Management Information System
 
Importance of MIS
Importance of MISImportance of MIS
Importance of MIS
 
Tiki giftware shop database business information system
Tiki giftware shop database business information systemTiki giftware shop database business information system
Tiki giftware shop database business information system
 
Chapter18 maintaining information systems
Chapter18 maintaining information systemsChapter18 maintaining information systems
Chapter18 maintaining information systems
 
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
 
Ch09
Ch09Ch09
Ch09
 
Mba it unit 3 ppt
Mba it unit 3 pptMba it unit 3 ppt
Mba it unit 3 ppt
 
C1 basic concepts of database
C1 basic concepts of databaseC1 basic concepts of database
C1 basic concepts of database
 
Database Management
Database ManagementDatabase Management
Database Management
 

Similar to Management information system database management

DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT huma sh
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)Dilawar Khan
 
9a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc29a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc2Mukund Trivedi
 
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 systemssamiullahamjad06
 
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
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdfTOUSEEQHAIDER14
 

Similar to Management information system database management (20)

DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT
 
Chapter 5 data resource management
Chapter 5  data resource managementChapter 5  data resource management
Chapter 5 data resource 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
 
(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)(Dbms) class 1 & 2 (Presentation)
(Dbms) class 1 & 2 (Presentation)
 
RowanDay4.pptx
RowanDay4.pptxRowanDay4.pptx
RowanDay4.pptx
 
Unit1 DBMS Introduction
Unit1 DBMS IntroductionUnit1 DBMS Introduction
Unit1 DBMS Introduction
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
9a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc29a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc2
 
Database
DatabaseDatabase
Database
 
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 introduction.pptx
dbms introduction.pptxdbms introduction.pptx
dbms introduction.pptx
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousing
 
Dbms unit 1
Dbms unit 1Dbms unit 1
Dbms unit 1
 
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
 
Dwbasics
DwbasicsDwbasics
Dwbasics
 
PHP/MySQL First Session Material
PHP/MySQL First Session MaterialPHP/MySQL First Session Material
PHP/MySQL First Session Material
 
Itm
ItmItm
Itm
 
Dbms
DbmsDbms
Dbms
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdf
 

More from Online

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3Online
 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2Online
 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1Online
 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4Online
 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++Online
 
Functions
FunctionsFunctions
FunctionsOnline
 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and outputOnline
 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selectionOnline
 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetitionOnline
 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++Online
 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission techniqueOnline
 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Online
 
Lan technologies
Lan technologiesLan technologies
Lan technologiesOnline
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technologyOnline
 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocolsOnline
 
Internet protocol
Internet protocolInternet protocol
Internet protocolOnline
 
Application protocols
Application protocolsApplication protocols
Application protocolsOnline
 
Addressing
AddressingAddressing
AddressingOnline
 
Transport protocols
Transport protocolsTransport protocols
Transport protocolsOnline
 
Leadership
LeadershipLeadership
LeadershipOnline
 

More from Online (20)

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2
 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1
 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4
 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++
 
Functions
FunctionsFunctions
Functions
 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and output
 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selection
 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetition
 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++
 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission technique
 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)
 
Lan technologies
Lan technologiesLan technologies
Lan technologies
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocols
 
Internet protocol
Internet protocolInternet protocol
Internet protocol
 
Application protocols
Application protocolsApplication protocols
Application protocols
 
Addressing
AddressingAddressing
Addressing
 
Transport protocols
Transport protocolsTransport protocols
Transport protocols
 
Leadership
LeadershipLeadership
Leadership
 

Recently uploaded

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
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
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 

Recently uploaded (20)

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
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
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
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
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 

Management information system database management

  • 2. Why Study Data Resource Management? • Today’s business enterprises cannot survive or succeed without quality data about their internal operations and external environment. Definition: • A managerial activity that applies information systems technologies to the task of managing an organization’s data resources to meet the information needs of their business stakeholders
  • 3. Foundation Data Concepts • Character – single alphabetic, numeric or other symbol • Field – group of related characters • Entity – person, place, object or event • Attribute – characteristic of an entity
  • 4. Foundation Data Concepts • Record – collection of attributes that describe an entity • File – group of related records • Database – integrated collection of logically related data elements
  • 5. Traditional File Processing vs DBMS Definition: Traditional File Processing • Data are organized, stored, and processed in independent files of data records Definition: Database Management Systems • Software that controls the creation, maintenance, and use of databases
  • 7. Problems of File Processing • Data Redundancy – duplicate data requires an update to be made to all files storing that data • Lack of Data Integration – data stored in separate files require special programs for output making ad hoc reporting difficult • Data Dependence – programs must include information about how the data is stored so a change in storage format requires a change in programs
  • 8. Database Management Approach Definition: • Consolidates data records into one database that can be accessed by many different application programs. • Software interface between users and databases • Data definition is stored once, separately from application programs
  • 11. Uses of DBMS Software
  • 13. Types of Databases • Operational – store detailed data needed to support the business processes and operations of a company • Distributed – databases that are replicated and distributed in whole or in part to network servers at a variety of sites
  • 14. Types of Databases • External – contain a wealth of information available from commercial online services and from many sources on the World Wide Web • Hypermedia – consist of hyperlinked pages of multimedia
  • 16. Database Structures • Hierarchical – relationships between records form a hierarchy or treelike structure. A record is subdivided into segments that are connected to each other in one to many parent – child relationship. Relationships among the records are one-to-many. • Network – data can be accessed by one of several paths because any data element or record can be related to any number of other data elements. An older logical database model that is useful for depicting many-to-many relationships. The network structure can represent more complex logical relationships, and is still used by many mainframe DBMS packages.
  • 17. Relational Database Structure Definition: • All data elements within the database are viewed as being stored in the form of simple tables
  • 19. Multidimensional Database Structure Definition: • Variation of the relational model that uses multidimensional structures to organize data and express the relationships between data
  • 21. Object-Oriented Database Structure Definition: • Can accommodate more complex data types including graphics, pictures, voice and text • Encapsulation – data values and operations that can be performed on them are stored as a unit • Inheritance – automatically creating new objects by replicating some or all of the characteristics of one or more existing objects
  • 22. Evaluation of Database Structures • Hierarchical data structure is best for structured, routine types of transaction processing. • Network data structure is best when many-to- many relationships are needed. • Relational data structure is best when ad hoc reporting is required.
  • 23. Database Development • Enterprise-wide database development is usually controlled by database administrators (DBA) • Data dictionary – catalog or directory containing metadata • Metadata – data about data
  • 24. Database Development Process • First, develop a Conceptual design – - an abstract model of the database from the user or business perspective . – - Create physical and logical view • Second, organize with Entity-Relationship (ER) modeling – process of planning the database design – Entity classes  Instance  Identifiers  Relationships
  • 25. Database Development Process • Third, analyze the data structure by applying the Normalization process – method that reduces a relational database to its most streamlined form – Helps achieve • minimum redundancy • maximum data integrity • best processing performance
  • 26. Database Development Process • Fourth, physically implement the data structure in the database management system software ( – Create tables – Define fields and field properties – Establish primary keys – Define table relationships – Add actual data (records) to tables
  • 27. Logical vs. Physical Views • Logical – logical consist of conceptual design within an abstract model which data elements and relationships (subschemas) are used in the model. • Physical – the design shows how the database is arranged, physically stored and accessed on the storage devices of a computer system.
  • 28. Logical and Physical Database Views
  • 29. Database Maintenance • Updating a database continually to reflect new business transactions and other events • Updating a database to correct data and ensure accuracy of the data
  • 30. Data Mining Definition: Analyzing the data in a data warehouse to reveal hidden patterns and trends in historical business activity
  • 31. Data Mining Uses • Perform “market-basket analysis” to identify new product bundles. • Find root causes to quality or manufacturing problems. • Prevent customer attrition and acquire new customers. • Cross-sell to existing customers. • Profile customers with more accuracy.
  • 32. Data Warehouse vs Data Mart Definition:Data Warehouse • Large database that stores data that have been extracted from the various operational, external, and other databases of an organization Definition: Data Mart • Databases that hold subsets of data from a data warehouse that focus on specific aspects of a company, such as a department or a business process
  • 34. Basic Characteristics of Data Warehouse Organized by business dimension or subject • Data are organized by subject (by customer, supplier, vendor, product, region etc) and contain information relevant for decision and data analysis. Consistent • Data in different databases may encoded differently. E.g, gender data may be encoded 0 and 1 in one operational system and or M and F in another. In data warehouse , it must be coded in a consistent manner Nonvolatile • Data are not updated after they are entered into the warehouse
  • 35. Basic Characteristics of Data Warehouse (cont’) Historical • The data are kept for many years so that they can be used for trends, forecasting and comparison over time. Use online analytical processing • Online Analytical Processing (OLAP) involves the analysis of accumulated data by end users which are designed to support decision makers. Multidimensional Structure • Data warehouse use multidimensional data structure so it allow users to view and analyze data from the various perspective of the various business dimensions.
  • 36. How a Data Warehouse &Data Mart Hold Data