Chapter 3 Database Management

Slides:



Advertisements
Similar presentations
Information Systems Today: Managing in the Digital World
Advertisements

C6 Databases.
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Management Information Systems, Sixth Edition
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Managing Data Resources
Database Management An Introduction.
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
3-1 Chapter 3 Data and Knowledge 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 3 Data and Knowledge Management
BUSINESS DRIVEN TECHNOLOGY
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
1 Introduction Introduction to database systems Database Management Systems (DBMS) Type of Databases Database Design Database Design Considerations.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 1: The Database Environment
Databases and Data Warehouses How Do You Organize Large Amounts of Information? Chapter 10.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
ACS1803 Lecture Outline 2 DATA MANAGEMENT CONCEPTS Text, Ch. 3 How do we store data (numeric and character records) in a computer so that we can optimize.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
1 California State University, Fullerton Chapter 7 Information System Data Management.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Management Information Systems By Effy Oz & Andy Jones
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
311: Management Information Systems Database Systems Chapter 3.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Information Systems Today (©2006 Prentice Hall) 3-1 CS3754 Class Note 12 Summery of Relational Database.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.
Database Management System (DBMS) an Introduction DeSiaMore 1.
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.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Data resource management
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Foundations of Business Intelligence: Databases and Information Management.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
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,
3-1 Chapter 3 Data and Knowledge Management
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Data Resource Management
Information Systems Today: Managing in the Digital World
ACS1803 Lecture Outline 2   DATA MANAGEMENT CONCEPTS Text, Ch. 3
MANAGING DATA RESOURCES
Chapter 3 Database Management
Presentation transcript:

Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich

Chapter 3 Objectives Understand why databases are important to modern organizations Understand how databases work Understand how organizations can maximize their strategic potential with databases

Database Management for Strategic Advantage Database – a collection of related data organized in a way to facilitate data searches Use databases to: Create a book Track book sales Set salaries and wages Pay employees

Database Management for Strategic Advantage The Database Approach: Foundational Concepts DBMS – Database Management Systems Use a DBMS software to create, store, organize, and retrieve data from a single database or several databases Example: Microsoft Access

Database Management for Strategic Advantage Advantages of the Database Approach Program-data independence Minimal data redundancy Improved data consistency Improved data sharing Increased productivity of application development Enforcement of standards Improved data quality Improved data accessibility Reduced program maintenance

Database Management for Strategic Advantage Effective Management of Databases The database administrator (DBA) : Works with programmers and analysts to design and implement the database Works with users and managers to establish database policies Implements security features and establishes database permissions

Key Database Activities Entering and Querying Data Form Structured Query Language (SQL) Query by example (QBE)

Key Database Activities Creating Database Reports Report – a compilation of data that is organized and produced in printed format Report Generators

Key Database Activities Database Design Must be organized Few or no redundancies Data model – a map of entity relationships Keys Primary key Combination primary key Secondary key

Key Database Activities Database Associations One-to-one (teams to stadiums) One-to-many (player to team) Many-to-many (players to games)

Key Database Activities Entity-Relationship Diagramming (ERD) Commonly used when designing databases One draws entities (tables) as boxes and lines between entities to show relationships

Key Database Activities The Relational Model of Databases Entities linked by a common key field Records = rows Fields = columns Other models exist Hierarchical Network Object-oriented model

Key Database Activities Normalization A technique for making complex databases more efficient and more easily handled by the DBMS Eliminates data redundancy

Key Database Activities Data Dictionary A document that explains each piece of information in the database Field name Data type Numeric, text, date/time Useful for sorting and allocating storage Is this field a key field? Business rules Update authority Valid data values

How Organizations Get the Most from Their Data Linking Web Sites to Databases Example: Amazon 2.5 million titles Managing online data effectively

How Organizations Get the Most from Their Data Data Mining A method for better understanding data Information on customers, products, markets, etc. Drill down: from summary to more detailed data Sort and extract information Trends, correlations, forecasting, statistics

How Organizations Get the Most from Their Data Data Mining Online Transaction Processing (OLTP) Immediate automated responses to user requests Multiple concurrent transactions A big part of interactive Internet e-commerce

How Organizations Get the Most from Their Data Data Mining Online Analytical Processing (OLAP) Graphical software tools that provide complex analysis of data stored in a database Drills down to deeper levels of consolidation Time series and trend analysis “What if” and “why” questions

How Organizations Get the Most from Their Data Data Mining Merging Transaction and Analytical Processing Real-time OLAP diminishes performance because the database must be “locked” during execution time Solution: replicate transactions on a 2nd database server

How Organizations Get the Most from Their Data Data Mining Merging Transaction and Analytical Processing Operational Systems Interact with customers and run a business in real time Examples: Order processing, reservation systems Informational Systems Support decision making based on stable point-in-time or historical data

How Organizations Get the Most from Their Data Data Warehousing Integrating multiple large databases into a single repository Queries, analysis, and processing Purpose: put key business information into the hands of decision makers Cost: millions

How Organizations Get the Most from Their Data Data Marts Instead of one large data warehouse, many organizations create multiple data marts Each contains a subset of the data Example: finance, inventory, personnel Each data mart is customized for particular DSS applications Cost: typically less than $1 million