The McGraw-Hill Companies, Inc. 2002 Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Lecture-7/ T. Nouf Almujally
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Management Information Systems, Sixth Edition
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Chapter 3 Database Management
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
Database Management: Getting Data Together Chapter 14.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence McGraw-Hill/Irwin Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights.
Organizing Data & Information
3-1 Chapter 3 Data and Knowledge Management
McGraw-Hill © 2008 The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 14 The Second Component: The Database.
Introduction to Database Management
Databases Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
Managing Data Resources
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Management Information Systems By Effy Oz & Andy Jones
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Databases and Data Warehouses: Supporting the Analytics-Driven.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
311: Management Information Systems Database Systems Chapter 3.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
3-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Databases and Data.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
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
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.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Department of Industrial Engineering Sharif University of Technology Session# 9.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 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,
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.
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Basic Concepts in Data Management
MANAGING DATA RESOURCES
DATABASE TECHNOLOGIES
Presentation transcript:

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 2 Chapter Objectives To understand how digital content is represented. To have an appreciation for how transactions are recorded and processed. To understand the role of a database management system (DBMS) in creating and using databases. To appreciate the different types of DBMSs available and understand the trends in DBMSs. To appreciate the potential for using data mining tools to derive insights from data stored in databases and data warehouses.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 3 Data Representation A Byte is typically 8 bits. A bit is the smallest item information technology can process, normally either a 1 or 0. A field or data element is the smallest unit of data that has meaning to humans. –Examples include, EmployeeNumber, EmployeeName, Department, and StartDate Field is normally used to describe the field name. Data element is used to describe the contents of the field.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 4 Data Representation A record is a collection of fields that contain information concerning a specific thing or event. –An example of an employee record would include the four previous fields EmployeeNumber=“10121” EmployeeName=“Greenwood, Marie-Louise” Department=“Customer Service” StartDate=“05/01/2002” A collection of records is called a file. Records are usually identified by a key field or Primary key. A group of related files would be referred to as a database.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 5 File Access Sequential Access –A specific record is located by starting at the beginning of the file and scanning each record until the desired record is located. Direct Access –A specific record is located by going directly to correct folder or close to it. –One popular technique is hashing, based on a mathematical algorithm. The hashing algorithm is applied to the primary key field to generate a storage location on a physical storage device.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 6 File Access ISAM or indexed sequential access method –In between sequential and direct access –An index is maintained that points to sections of records in the file. –When a specific record is requested, the database software goes to the first record of the section. –Then reads the records in that section sequentially until the correct record is located.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 7 Transaction Processing A transaction is the record of an event. Transaction processing involves the use of human procedures and/or computer programs to store, retrieve, and manipulate records of events. Master File Transaction – information relevant to the most recent transaction.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 8 Transaction Processing Master File Transaction File File Processing System (used to store, retrieve, and manipulate records within files) Sequential File Organization Data Redundancy

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 9 Data Processing DBMS– Database Management System –Data Definition Language –Data Dictionary –Data Manipulation Language (program for retrieving and manipulating data) –Application Generators (easy to use queries for retrieving files) –Data Administration (i.e., back up data) Used in conjuction

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 10 Data Capture and Processing Batch Processing –Transactions are temporarily stored and then processed all at once. Real Time Processing –Each transaction is processed as it occurs. OLTP – Online Transaction Processing –Combination of on-line data capture and real- time processing.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 11 Relational Database Model –Relations or tables Two dimensional –Keys Primary Key –Uniquely identifies each record. Foreign Key(s) –A primary key is placed in a second table to maintain a relationship.

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 12 Retrieving Data SQL—Structured Query Language –Is a data manipulation language incorporated in the DBMS. –SQL is a set of concise and powerful data management commands –SELECT ORDER.Order.Date, ORDER.OrderTotal FROM ORDER WHERE ORDER.CustomerNumber=10 –SQL can be embedded in a programming language, embedded SQL

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 13 Presenting Information Report Generator, is a group of programs that are designed to facilitate the creation of standard, formatted output that is referred to as a report. –Paper –Computer monitor

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 14 DBMS Vendors IBM –Largest share of DBMSs running on a mainframe. Oracle –Leader in DBMSs running on servers. Microsoft

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 15 Performance Criteria of DBMSs Cost –Includes software license fees –Service and maintenance fees –Consulting fees for installation Compatibility –Ability to support necessary applications without major modification Capacity –Number of simultaneous users –Volume of transactions

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 16 Object Oriented Database Model Object Oriented Database Management System is based on a model that integrates object-oriented concepts with the data-base system Object Oriented Databases CAD – Computer Aided Design Object Query Language (OQL)

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 17 Data Warehouses Data Warehouse is a special type of database that is designed to support decision making, rather than transaction processing –OLAP or Online Analytical Processing: on-line systems that access databases and data warehouses and then process data to support decision making –Data Mart: smaller subset of data warehouse –Multidimensional Database (not just 2D)

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 18 Data Mining: getting the most out of the data that have been collected Customer Relationship Management or CRM Query and Reporting Neural Network Tools (uses raw data points as inputs, and attempt to identify patterns) Ad targeting and direct marketing

The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril 19 Distributed Databases A distributed database is where a database is duplicated allowing users at different locations to access exact replications of the database Issues with Distributed Databases –Identical Copies –Backups Security (Imarbank lost all its database for weeks)