Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.

Slides:



Advertisements
Similar presentations
Fundamentals of Information Systems, Sixth Edition
Advertisements

The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Relational Databases Chapter 4.
Managing Data Resources
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.
What it’s all about.
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
Organizing Data & Information
Fundamentals of Information Systems Fourth Edition
Mgt 20600: IT Management & Applications Databases
Organizing Data and Information
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Organizing Data and Information Chapter 5.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Principles of Information Systems Eighth Edition
Fundamentals of Information Systems, Fifth Edition
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information.
Data Information Systems and Management. Valuing Organizational Information Transactional Information –Contained within a business process –Supports performing.
Data Information Systems and Management. Valuing Organizational Information Transactional Information –Contained within a business process –Supports performing.
Fundamentals of Information Systems, Fifth Edition
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Principles of Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
1 January Management of Information Technology Chapter 10 Database Management Asst. Prof. Wichai Bunchua
311: Management Information Systems Database Systems Chapter 3.
1 Information Systems, Ninth Edition Chapter 5 Database Systems and Business Intelligence.
Principles of Information Systems
Fundamentals of Information Systems, Seventh Edition 1 Chapter 3 Data Centers, and Business Intelligence.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
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.
1 Why Learn About Database Systems? Database systems process and organize large amounts of data Examples –Marketing manager can access customer data –Corporate.
Data resource management
Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
Organizing Data and Information
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.
DATA RESOURCE MANAGEMENT
Chapter 3 Database Systems, Data Centers, and Business Intelligence
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Principles of Information Systems, Eleventh Edition
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
2 Information Systems Chapter 5 Database Systems and Business Intelligence.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Managing Data Resources File Organization and databases for business information systems.
THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.
Popular Database Management Systems
Pengantar Sistem Informasi
Principles of Information Systems, Tenth Edition
Fundamentals of Information Systems, Sixth Edition
Chapter 5 Database Systems and Business Intelligence
Information Systems, Ninth Edition
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
What is an attribute? How is it related to an entity?
Fundamentals of Information Systems
Fundamentals of Information Systems, Seventh Edition
Principles of Information Systems Eighth Edition
Presentation transcript:

Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3

Fundamentals of Information Systems, Second Edition 2 Principles and Learning Objectives The database approach to data management provides significant advantages over the traditional file-based approach. –Define general data management concepts and terms, highlighting the advantages and disadvantages of the database approach to data management. –Name three database models and outline their basic features, advantages, and disadvantages.

Fundamentals of Information Systems, Second Edition 3 Principles and Learning Objectives A well-designed and well-managed database is an extremely valuable tool in supporting decision making. –Identify the common functions performed by all database management systems and identify three popular end-user database management systems.

Fundamentals of Information Systems, Second Edition 4 Principles and Learning Objectives Further improvements in the use of database technology will continue to evolve and yield real business benefits. –Identify and briefly discuss recent database applications.

Fundamentals of Information Systems, Second Edition 5 The Hierarchy of Data

Fundamentals of Information Systems, Second Edition 6 Keys and Attributes

Fundamentals of Information Systems, Second Edition 7 The Traditional Approach To Data Management

Fundamentals of Information Systems, Second Edition 8 The Database Approach to Data Management

Fundamentals of Information Systems, Second Edition 9 Advantages of the Database Approach

Fundamentals of Information Systems, Second Edition 10 Disadvantages of the Database Approach

Fundamentals of Information Systems, Second Edition 11 Data Modeling Planned data redundancy Data model Enterprise data modeling Entity-relationship diagrams

Fundamentals of Information Systems, Second Edition 12 Entity-Relationship Diagram for a Customer Ordering Database

Fundamentals of Information Systems, Second Edition 13 Database Models Hierarchical (tree) Network Relational

Fundamentals of Information Systems, Second Edition 14 Hierarchical Database Model

Fundamentals of Information Systems, Second Edition 15 Network Database Model

Fundamentals of Information Systems, Second Edition 16 Relational Database Model

Fundamentals of Information Systems, Second Edition 17 Relational Models Describe data using a standard tabular format with all data elements placed in two-dimensional tables, called relations, that are the logical equivalent of files. –Domain –Selecting –Projecting –Joining

Fundamentals of Information Systems, Second Edition 18 Linking Database Tables to Answer an Inquiry

Fundamentals of Information Systems, Second Edition 19 Building and Modifying a Relational Database

Fundamentals of Information Systems, Second Edition 20 Database Management Systems

Fundamentals of Information Systems, Second Edition 21 Providing a User View Schema - a description of the entire database Subschema - a file that contains a description of a subset of the database and identifies which users can modify the data items in that subset

Fundamentals of Information Systems, Second Edition 22 The Use of Schemas and Subschemas

Fundamentals of Information Systems, Second Edition 23 Creating and Modifying the Database Data definition language (DDL) - a collection of instructions and commands used to define and describe data and data relationships in a specific database Data dictionary – detailed description of data in a database

Fundamentals of Information Systems, Second Edition 24 Typical Uses of a Data Dictionary Provide a standard definition of terms and data elements Assist programmers in designing and writing programs Simplify database modification Reduce data redundancy Increase data reliability Speed program development Ease modification of data and information

Fundamentals of Information Systems, Second Edition 25 Storing and Retrieving Data

Fundamentals of Information Systems, Second Edition 26 Structured Query Language

Fundamentals of Information Systems, Second Edition 27 Database Output

Fundamentals of Information Systems, Second Edition 28 Popular Database Management Systems Paradox database FileMaker Pro Microsoft Access Lotus Spreadsheet

Fundamentals of Information Systems, Second Edition 29 Worldwide Database Market Share (2001)

Fundamentals of Information Systems, Second Edition 30 Selecting a Database Management System Database size Number of concurrent users Performance Integration Features Vendor Cost

Fundamentals of Information Systems, Second Edition 31 Database Applications

Fundamentals of Information Systems, Second Edition 32 Data Warehouses, Data Marts, and Data Mining Data Warehouse - a database that collects business information from many sources in the enterprise, covering all aspects of the company’s processes, products, and customers. Data Mart – a subset of a data warehouse. Data Mining - an information analysis tool that involves the automated discovery of patterns and relationships in a data warehouse.

Fundamentals of Information Systems, Second Edition 33 Elements of a Data Warehouse

Fundamentals of Information Systems, Second Edition 34 Common Data Mining Applications

Fundamentals of Information Systems, Second Edition 35 Business Intelligence Gathering enough of the right information in a timely manner and usable form. –Competitive intelligence –Counterintelligence –Knowledge management

Fundamentals of Information Systems, Second Edition 36 Comparison of OLAP and Data Mining

Fundamentals of Information Systems, Second Edition 37 Advantages of ODBC

Fundamentals of Information Systems, Second Edition 38 Object-Relational Database Management System Stores the following types of data as objects: –audio –images –unstructured –text –spatial data

Fundamentals of Information Systems, Second Edition 39 Spatial Technology

Fundamentals of Information Systems, Second Edition 40 Summary Data - one of the most valuable resources a firm possesses. Entity - a generalized class of objects for which data is collected, stored, and maintained. Attribute - a characteristic of an entity. DBMS - a group of programs used as an interface between a database and application programs. Data mining - the automated discovery of patterns and relationships in a data warehouse.