THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.

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.
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.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
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.
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.
Data resource management
Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
Organizing Data and Information
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.
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.
Popular Database Management Systems
Organizing Data and Information
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
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?
Data Resource Management
Fundamentals of Information Systems
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Fundamentals of Information Systems, Seventh Edition
Principles of Information Systems Eighth Edition
Presentation transcript:

THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4

THE LEONS COLLEGE OF LAW2 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.

THE LEONS COLLEGE OF LAW3 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.

THE LEONS COLLEGE OF LAW4 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.

THE LEONS COLLEGE OF LAW5 The Hierarchy of Data

THE LEONS COLLEGE OF LAW6 Keys and Attributes

THE LEONS COLLEGE OF LAW7 The Traditional Approach To Data Management

THE LEONS COLLEGE OF LAW8 The Database Approach to Data Management

THE LEONS COLLEGE OF LAW9 Advantages of the Database Approach

THE LEONS COLLEGE OF LAW10 Disadvantages of the Database Approach

THE LEONS COLLEGE OF LAW11 Data Modeling Planned data redundancy Data model Enterprise data modeling Entity-relationship diagrams

THE LEONS COLLEGE OF LAW12 Entity-Relationship Diagram for a Customer Ordering Database

THE LEONS COLLEGE OF LAW13 Database Models Hierarchical (tree) Network Relational

THE LEONS COLLEGE OF LAW14 Hierarchical Database Model

THE LEONS COLLEGE OF LAW15 Network Database Model

THE LEONS COLLEGE OF LAW16 Relational Database Model

THE LEONS COLLEGE OF LAW17 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

THE LEONS COLLEGE OF LAW18 Linking Database Tables to Answer an Inquiry

THE LEONS COLLEGE OF LAW19 Building and Modifying a Relational Database

THE LEONS COLLEGE OF LAW20 Database Management Systems

THE LEONS COLLEGE OF LAW21 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

THE LEONS COLLEGE OF LAW22 The Use of Schemas and Subschemas

THE LEONS COLLEGE OF LAW23 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

THE LEONS COLLEGE OF LAW24 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

THE LEONS COLLEGE OF LAW25 Storing and Retrieving Data

THE LEONS COLLEGE OF LAW26 Structured Query Language

THE LEONS COLLEGE OF LAW27 Database Output

THE LEONS COLLEGE OF LAW28 Popular Database Management Systems Paradox database FileMaker Pro Microsoft Access Lotus Spreadsheet

THE LEONS COLLEGE OF LAW29 Worldwide Database Market Share (2001)

THE LEONS COLLEGE OF LAW30 Selecting a Database Management System Database size Number of concurrent users Performance Integration Features Vendor Cost

THE LEONS COLLEGE OF LAW31 Database Applications

THE LEONS COLLEGE OF LAW32 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.

THE LEONS COLLEGE OF LAW33 Elements of a Data Warehouse

THE LEONS COLLEGE OF LAW34 Common Data Mining Applications

THE LEONS COLLEGE OF LAW35 Business Intelligence Gathering enough of the right information in a timely manner and usable form. –Competitive intelligence –Counterintelligence –Knowledge management

THE LEONS COLLEGE OF LAW36 Comparison of OLAP and Data Mining

THE LEONS COLLEGE OF LAW37 Advantages of ODBC

THE LEONS COLLEGE OF LAW38 Object-Relational Database Management System Stores the following types of data as objects: –audio –images –unstructured –text –spatial data

THE LEONS COLLEGE OF LAW39 Spatial Technology

THE LEONS COLLEGE OF LAW40 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.