Chapter 4 Data and Databases. Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data,

Slides:



Advertisements
Similar presentations
C6 Databases.
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
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Managing Data Resources
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
Chapter 14 The Second Component: The Database.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Information Technology in Organizations
Databases Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Database Management Systems
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
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)
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 Big Data 5.3 The Database Approach 5.4 Database Management Systems 5.5.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Management Information Systems By Effy Oz & Andy Jones
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.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
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.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Chapter.
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
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.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
ITGS Databases.
Data resource management
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
CISB113 Fundamentals of Information Systems Data Management.
Organizing Data and Information
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
GLOBEX INFOTEK Copyright © 2013 Dr. Emelda Ntinglet-DavisSYSTEMS ANALYSIS AND DESIGN METHODSINTRODUCTORY SESSION EFFECTIVE DATABASE DESIGN for BEGINNERS.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Database Concepts and Applications in HRIS
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems 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.
Pengantar Sistem Informasi
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Databases and Information Management
Basic Concepts in Data Management
Databases and Information Management
The ultimate in data organization
Presentation transcript:

Chapter 4 Data and Databases

Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data, information, and technology Define the term database and identify the steps to creating one Describe the role of a database management system Describe the characteristics of a data warehouse Define data mining and describe its role in an organization

Data, Information, and Knowledge Data is raw bits and pieces of information – Quantitative – numeric – Qualitative – descriptive – Alone is not useful Information is when data is given context and more specific Knowledge is developed when information has been aggregated and analyzed to make decisions, set policies, and spark innovation Wisdom is the combination of knowledge and experience – May take years to develop DataInformationKnowledgeWisdom

Databases Organized collection of related information to generate knowledge for decision making purposes – For example, a university transcript database may contain information on students, classes taken, and grades received A separate university database would be created to maintain your financial information Relational databases (such as Microsoft Access) where data in organized into one or more tables – Tables are a collection of fields E.g., Student ID, Course ID, Grade Earned – Record is an instance in the table E.g., your specific information in the table

Databases continued

Database Design Design is a critical first step in creating a database – Understand the goal of how the database will be used – Identify the data needed as part of accomplishing this goal – Identify how the data is related to each other – Identify tables and fields to organize the data Each table needs a primary key of which field(s) is unique to each record and will not change – For example, our Bronco ID Normalization is performed to eliminate duplicated data

Database Design Each field in the database has a data type to store information: – Text – non-numeric data less than 256 characters – Number – numeric data – Yes/No – stores 0 for No or False and 1 for Yes or True – Date/Time – number data type that can be interpreted as a number or a time – Currency – monetary data – Paragraph Text – stores text longer than 256 characters – Object – data that can’t be typed such as a picture or music file Data types dictate what functions can be performed on the data – For example, 2 number fields can be used to perform calculations Data types indicate the amount of storage needed for each field

Database Reports Structured Query Language (SQL) is a tool/language that helps extract information from the database for analysis purposes

Other Database Types Hierarchical - parent/child relationship between data Document-centric – places data into documents that can be manipulated NoSQL – usually on multiple machines and, in some cases, machines in multiple data centers Business Classes AccountingACC207ACC208 Computer Information Systems CIS101CIS310FinanceFRL300FRL 301

Database Management Systems Database Management Systems (DBMS) is an application that allows data to be: – Entered, Modified, and Deleted – Read – Reported Has a user friendly interface to design the database Relational databases use Microsoft Access installed on one machine with one user access at a time Enterprise Databases serve the entire organization

Data Warehouse Consists of extracts from one or more of the organization’s databases Allows the data to be copied and stored for analysis – Needs to be refreshed as the data changes Data is time-stamped when extracted – Allows comparisons between different time periods Data is standardized – All similar fields (e.g., calendar dates) are structured the same Date is MM/DD/YYYY Data marts are smaller subsets of data warehouses for specific business problems

Data Warehouse Benefits Forces organizations to better understand the data Centralized view of data to identify inconsistent data Once inconsistencies are resolved, higher quality data is used to make better business decisions Data can be analyzed over multiple time periods Tools are available to combine data and gain more insight into business operations

Data Mining Automated process of analyzing data – To find previously unknown trends, patterns, and associations – To make better business decisions Starts with a hypothetical result in mind Privacy concerns – Easier to combine disparate sources of information and when aggregated tell you much more about the individual – Data brokers now to sell this information Business intelligence – collecting and analyzing information to increase their competitive advantage Business analytics – uses internal company data to improve business processes and practices

Knowledge Management (KM) Companies and individuals accumulate knowledge Not consistently written down or saved If recorded, not consistently organized KM is the process of formalizing the capture, indexing, and storing of knowledge DataInformationKnowledgeWisdom

Summary Described the differences between data, information, and technology Defined the term database and identify the steps to creating one Described the role of a database management system Described the characteristics of a data warehouse Defined data mining and describe its role in an organization