Data Resource Management

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

Multidimensional Database Structure
Chapter 3 Database Management
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
BUSINESS DRIVEN TECHNOLOGY
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Database Design - Lecture 1
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Storing Organizational Information - Databases
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Introduction to Information Systems Lecture 05 Data Resource Management Data Concepts Database Management Types of Databases.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
DATA RESOURCE MANAGEMENT
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies,
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
INFORMATION MANAGEMENT SYSTEM By. KUNDANG K JUMAN.
Chapter 5 Data Resource Management James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8 th ed. Boston, MA: McGraw-Hill,
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Introduction to DBMS Purpose of Database Systems View of Data
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Fundamentals & Ethics of Information Systems IS 201
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Chapter 4 Relational Databases
Databases and Data Warehouses Chapter 3
RELATIONAL DATABASE MODEL
Data Resource Management & Business Intelligence
Data Resource Management
Well, Sort-of.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Databases and Information Management
MANAGING DATA RESOURCES
File Systems and Databases
Chapter 5 Data Resource Management.
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
Databases and Information Management
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 2 Database Environment Pearson Education © 2014.
Data Resource Management
Data Resource Management
Chapter 3 Database Management
Presentation transcript:

Data Resource Management Chapter 5 Data Resource Management McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.

Learning Objectives Explain the business value of implementing data resource management processes and technologies in an organization. Outline the advantages of a database management approach to managing the data resources of a business, compared to a file processing approach. Explain how database management software helps business professionals and supports the operations and management of a business.

Provide examples to illustrate the following concepts Learning Objectives Provide examples to illustrate the following concepts Major types of databases Data warehouses and data mining Logical data elements Fundamental database structures Database development

Logical Data Elements File or table Database A group of related records Master file Transaction file History file Archival file Database An integrated collection of logically related data elements World’s largest database? File or table - A group of related records Master file - relatively permanent information, such as the names and addresses of customers or suppliers. Transaction file - routine activity of a business, such as the sale of each product, or the courses that a student took. History file - obsolete transactions or inactive customers, retained for backup purposes Archival file - long-term historical storage Database - An integrated collection of logically related data elements World’s largest database? – World Wide Web / Internet

Common database structures… Hierarchical Network Relational Object-oriented Multi-dimensional

Most widely used structure 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 Relational - join two or more tables so that he/she can see relevant data in a form that looks like it is in one big table Example relationships on next slide

Relational Operations Select Create a subset of records that meet a stated criterion Example: employees earning more than $30,000 Join Combine two or more tables temporarily Looks like one big table Project Create a subset of columns in a table

Evaluation of Database Structures Hierarchical Works for structured, routine transactions Can’t handle many-to-many relationships 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

Database Administrator (DBA) Database Development Database Administrator (DBA) Enterprise database development Improves integrity and security Data Definition Language (DDL) Data contents, relationships, and structure Specifications Data dictionary Metadata repository 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

Contains information on… Data Dictionary A data dictionary Contains data about data (metadata) Specialized software manages data definitions Contains information on… Names, types and descriptions of data Relationships Requirements for access and use Maintenance Security 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 A data dictionary (metadata repository) is a database management catalog or directory containing metadata (i.e., data about data). A data dictionary relies on a specialized database software component to manage a database of data definitions, which is metadata about the structure, data elements, and other characteristics of an organization’s databases. For example, it contains the names and descriptions of all types of data records and their interrelationships; information outlining requirements for end users’ access and use of application programs; and database maintenance and security. The database administrator can query data dictionaries to report the status of any aspect of a firm’s metadata. The administrator can then make changes to the definitions of selected data elements. Some active (versus passive ) data dictionaries automatically enforce standard data element definitions whenever end users and application programs access an organization’s databases. For example, an active data dictionary would not allow a data entry program to use a nonstandard definition of a customer record, nor would it allow an employee to enter a name of a customer that exceeded the defined size of that data element. Developing a large database of complex

Data Planning and Database Design Database development is top-down process Develop an enterprise model Define the information needs of end users Identify the key data elements Database development is a top-down process Develop an enterprise model that defines the basic business process of the enterprise Define the information needs of end users in a business process Identify the key data elements that are needed to perform specific business activities (entity relationship diagrams)

Data Resource Management Managerial activity Uses data management, data warehousing, and other IS technologies Manages data for business stakeholders 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

Database Interrogation Boolean Logic Developed by George Boole Mid-1800s Used to refine searches Three logical operators: AND, OR, NOT Example Cats OR felines AND NOT dogs OR Broadway Boolean Logic Developed by George Boole in the mid-1800s Used to refine searches to specific information Has three logical operators: AND, OR, NOT Example Cats OR felines AND NOT dogs OR Broadway

Database Maintenance Accomplished by Transaction processing systems Utilities and other applications, supported by DBMS Records new business transactions Updating and correcting data Customer addresses The database maintenance process is accomplished by transaction processing systems and other end-user applications, with the support of the DBMS. End users and information specialists can also employ various utilities provided by a DBMS for database maintenance. The databases of an organization need to be updated continually to reflect new business transactions (e.g., sales made, products produced, inventory shipped) and other events. Other miscellaneous changes also must be made to update and correct data (e.g., customer or employee name and address changes) to ensure the accuracy of the data in the databases.

Application Development DBMS tools 4GL programming language Built-in software development tools Data manipulation language (DML) statements Eliminate conventional programming Applications Data entry screens Forms Reports Web pages