410 likes | 646 Views
Organizing Data and Information. Chapter 3. Principles and Learning Objectives. The database approach to data management provides significant advantages over the traditional file-based approach.
E N D
Organizing Data and Information Chapter 3 Fundamentals of Information Systems, Second Edition
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
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
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
The Hierarchy of Data Fundamentals of Information Systems, Second Edition
Keys and Attributes Fundamentals of Information Systems, Second Edition
The Traditional Approach To Data Management Fundamentals of Information Systems, Second Edition
The Database Approach to Data Management Fundamentals of Information Systems, Second Edition
Advantages of the Database Approach Fundamentals of Information Systems, Second Edition
Disadvantages of the Database Approach Fundamentals of Information Systems, Second Edition
Data Modeling • Planned data redundancy • Data model • Enterprise data modeling • Entity-relationship diagrams Fundamentals of Information Systems, Second Edition
Entity-Relationship Diagram for a Customer Ordering Database Fundamentals of Information Systems, Second Edition
Database Models • Hierarchical (tree) • Network • Relational Fundamentals of Information Systems, Second Edition
Hierarchical Database Model Fundamentals of Information Systems, Second Edition
Network Database Model Fundamentals of Information Systems, Second Edition
Relational Database Model Fundamentals of Information Systems, Second Edition
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
Linking Database Tables to Answer an Inquiry Fundamentals of Information Systems, Second Edition
Building and Modifying a Relational Database Fundamentals of Information Systems, Second Edition
Database Management Systems Fundamentals of Information Systems, Second Edition
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
The Use of Schemas and Subschemas Fundamentals of Information Systems, Second Edition
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
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
Storing and Retrieving Data Fundamentals of Information Systems, Second Edition
Structured Query Language Fundamentals of Information Systems, Second Edition
Database Output Fundamentals of Information Systems, Second Edition
Popular Database Management Systems • Paradox database • FileMaker Pro • Microsoft Access • Lotus 1-2-3 Spreadsheet Fundamentals of Information Systems, Second Edition
Worldwide Database Market Share (2001) Fundamentals of Information Systems, Second Edition
Selecting a Database Management System • Database size • Number of concurrent users • Performance • Integration • Features • Vendor • Cost Fundamentals of Information Systems, Second Edition
Database Applications Fundamentals of Information Systems, Second Edition
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
Elements of a Data Warehouse Fundamentals of Information Systems, Second Edition
Common Data Mining Applications Fundamentals of Information Systems, Second Edition
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
Comparison of OLAP and Data Mining Fundamentals of Information Systems, Second Edition
Advantages of ODBC Fundamentals of Information Systems, Second Edition
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
Spatial Technology Fundamentals of Information Systems, Second Edition
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. Fundamentals of Information Systems, Second Edition