Fundamentals of Information Systems, Fifth Edition

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.
Management Information Systems, Sixth Edition
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.
Database Management: Getting Data Together Chapter 14.
Chapter 3 Organizing Data and Information
Organizing Data & Information
Fundamentals of Information Systems Fourth Edition
Mgt 20600: IT Management & Applications Databases
Organizing Data and Information
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.
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
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Unit 2 – Application & Implication Module 1 – Information Management.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
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
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information 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.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
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.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.
Popular Database Management Systems
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?
Fundamentals of Information Systems
MANAGING DATA RESOURCES
Fundamentals of Information Systems, Seventh Edition
Principles of Information Systems Eighth Edition
Presentation transcript:

Fundamentals of Information Systems, Fifth Edition Chapter 3 Database Systems and Business Intelligence 1

Data Management Without data and the ability to process it An organization could not successfully complete most business activities For data to be transformed into useful information, it must first be organized in a meaningful way Fundamentals of Information Systems, Fifth Edition

The Database Approach Traditional approach to database management Separate data files are created and stored for each application program Database approach to database management Multiple application programs share a pool of related data Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Data Modeling Building a database requires two types of designs Logical design Abstract model of how data should be structured and arranged to meet an organization’s information needs Physical design Fine-tunes the logical database design for performance and cost considerations Fundamentals of Information Systems, Fifth Edition

Data Modeling (continued) Planned data redundancy Improves system performance Data model Diagram of data entities and their relationships Enterprise data modeling Data modeling done at the level of the entire enterprise Entity-relationship (ER) diagrams Data models that use basic graphical symbols to show the organization of and relationships between data Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

The Relational Database Model Relational model Describes data using a standard tabular format Data elements are placed in two-dimensional tables, called relations, the logical equivalent of files Domain Allowable values for data attributes Fundamentals of Information Systems, Fifth Edition

Database Management Systems (DBMS) Group of programs used as an interface between a database and application programs or a database and the user Used to manage all kinds of data for all kinds of purposes Fundamentals of Information Systems, Fifth Edition

Overview of Database Types Flat file Simple database program whose records have no relationship to one another Single user Only one person can use the database at a time Multiple user Allows dozens or hundreds of people to access the same database system at the same time Examples: Oracle, Sybase, and IBM Fundamentals of Information Systems, Fifth Edition

Providing a User View Schema Logical and physical structure of the data and relationships among the data in the database Can be part of the database or a separate schema file Fundamentals of Information Systems, Fifth Edition

Creating and Modifying the Database Data definition language (DDL) Collection of instructions/commands that define and describe data and data relationships in a database Allows database creator to describe the data and the data relationships that are to be contained in the schema Data dictionary Detailed description of all the data used in the database Fundamentals of Information Systems, Fifth Edition

Storing and Retrieving Data One function of a DBMS To be an interface between an application program and the database Concurrency control Method of dealing with a situation in which two or more people need to access the same record in a database at the same time Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Manipulating Data and Generating Reports Query-by-example (QBE) Visual approach to developing database queries or requests Data manipulation language (DML) Commands that manipulate the data in a database Structured Query Language (SQL) Standardized data manipulation language Lets programmers learn one powerful query language and use it on systems ranging from PCs to the largest mainframe computers Fundamentals of Information Systems, Fifth Edition

Database Administration Database administrator (DBA) should: Have a clear understanding of the fundamental business of the organization Be proficient in the use of selected database management systems Stay abreast of emerging technologies and new design approaches Fundamentals of Information Systems, Fifth Edition

Popular Database Management Systems Popular DBMSs for end users Microsoft Access and FileMaker Pro Emerging software Database as a Service (DaaS) or Database 2.0 Database administration is provided by the service provider Fundamentals of Information Systems, Fifth Edition

Selecting a Database Management System Important characteristics of databases Database size Database cost Concurrent users Performance Integration Vendor Fundamentals of Information Systems, Fifth Edition

Using Databases with Other Software Database management systems are often used with other software packages or the Internet Front-end application Directly interacts with users Back-end application Interacts with applications Fundamentals of Information Systems, Fifth Edition

Database Applications Manipulate content of a database to produce useful information Common manipulations Searching, filtering, synthesizing, and assimilating data Fundamentals of Information Systems, Fifth Edition

Linking Databases to the Internet Semantic Web Developing a seamless integration of traditional databases with the Internet Allows people to access and manipulate a number of traditional databases at the same time through the Internet Fundamentals of Information Systems, Fifth Edition

Data Warehouses, Data Marts, and Data Mining Holds business information from many sources in the enterprise Data mart Subset of a data warehouse Data mining Information-analysis tool for discovering patterns and relationships in a data warehouse Predictive analysis: combines historical data with assumptions about future conditions Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Business Intelligence Gathering the right information in a timely manner and usable form and analyzing it to have a positive impact on business Competitive intelligence Limited to information about competitors and the ways that knowledge affects strategy, tactics, and operations Counterintelligence Steps an organization takes to protect information sought by “hostile” intelligence gatherers Fundamentals of Information Systems, Fifth Edition

Distributed Databases Data may be spread across several smaller databases connected via telecommunications devices Give corporations and other organizations more flexibility in how databases are organized and used Replicated database Holds a duplicate set of frequently used data Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Online Analytical Processing (OLAP) Software that allows users to explore data from a number of perspectives Provides top-down, query-driven data analysis Requires repetitive testing of user originated theories Fundamentals of Information Systems, Fifth Edition

Fundamentals of Information Systems, Fifth Edition

Object-Relational Database Management Systems Object-oriented database Database that stores both data and its processing instructions Object-oriented database management system (OODBMS) Programs that manipulate an object-oriented database and provide a user interface and connections to other application programs Object-relational database management system (ORDBMS) Capable of manipulating audio, video, and graphical data Fundamentals of Information Systems, Fifth Edition

Visual, Audio, and Other Database Systems Virtual database systems Allow different databases to work together as a unified database system Spatial data technology Use of a database to store and access data according to the locations it describes Fundamentals of Information Systems, Fifth Edition

Summary Data Traditional file-oriented applications Data model DBMS Organized into a hierarchy that builds from the smallest element to the largest Traditional file-oriented applications Often characterized by program-data dependence Data model Map or diagram of entities and their relationships DBMS Group of programs used as an interface between a database and its users and other applications Fundamentals of Information Systems, Fifth Edition

Summary (continued) After a DBMS has been installed Data warehouse It can be accessed, modified, and queried via a data manipulation language Data warehouse Relational database management systems specifically designed to support management decision making Business intelligence Getting enough of the right information in a timely manner and usable form Fundamentals of Information Systems, Fifth Edition