Databases and Information Management

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Organizing Data & Information
Recording / Financing Fixed Asset Acquisition Human Resources Purchasing Revenue Traditional files approach: separate systems (Legacy Systems) Expenditure.
Information Technology in Organizations
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Database Management Infsy 540 Dr. R. Ocker.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
3.1 © 2010 by Prentice Hall Foundations of Business Intelligence: Databases and Information Management Chapter 6.
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.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION GLOBAL EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE ENHANCING DECISION MAKING Lecture.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Chapter 6.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Chapter.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
Database Concepts and Applications in HRIS
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
© 2010 by Prentice Hall Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and.
Foundations of Business Intelligence: Databases and Information Management Chapter 6 VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Chapter 5 Foundations of Business Intelligence: Databases and Information Management.
Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise.
Client/Server Databases and the Oracle 10g Relational Database
IS 130 Information systems 1
Database Systems Chapter 3 1.
Fundamentals & Ethics of Information Systems IS 201
Chapter 4 Relational Databases
Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Databases and Information Management
What is a Database and Why Use One?
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES
File Systems and Databases
Managing data Resources:
Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Dr. Hj. Rosmaini bin Tasmin Faculty of Technology Management, Business.
Managing data Resources:
Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Relational Database Model
File Organization Terms & Concepts
MANAGING DATA RESOURCES
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Databases and Information Management
Chapter 5 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
Chapter 1 Database Concepts.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
DATABASE TECHNOLOGIES
Chapter 3 Database Management
Databases and Information Management
Chapter 4 Relational Databases
Managing data Resources:
Presentation transcript:

Databases and Information Management Chapter 6 Databases and Information Management

File Organization Terms & Concepts Field: Group of characters as word(s) or number e.g. a person’s name, age Record: Group of related fields File: Group of records of same type i.e. entity Entity: Person, place, thing on which we store information. Example: Course, Student, Attribute: Each characteristic, or quality describing entity E.g., Attributes “Student_ID, Grade” belong to entity “COURSE” Database: Group of related files This slide describes a hierarchy of data that is used to store information in a database, progressing from the database as the top-level holder of information down through the field, which stores information about an entity’s attribute. This hierarchy is illustrated by the graphic on the next slide. Ask students to come up with some other entities that might be found in a university database (Student, Professor, etc.) What attributes (characteristics) would be important to store in the database?

Traditional File Processing This graphic illustrates a traditional environment, in which different business functions maintain separate data and applications to store and access that data. Ask students what kinds of data might be shared between accounting/finance and HR. What about between sales and marketing and manufacturing? The use of a traditional approach to file processing encourages each functional area in a corporation to develop specialized applications. Each application requires a unique data file that is likely to be a subset of the master file. These subsets of the master file lead to data redundancy and inconsistency, processing inflexibility, and wasted storage resources. FIGURE 6-2

Problems With The Traditional File Environment Files maintained separately by different departments cause many problems Data redundancy: Presence of duplicate data in multiple files Data inconsistency: Same attribute has different values Same attribute may have different names Application Program-Data Dependence: Every traditional computer program describes the location and the nature of data Changes in program requires changes to data accessed by program or vice versa Programmers have to perform modifications if changes happen This slide discusses the problems in data management that occur in a traditional file environment. In a traditional file environment, different functions in the business (accounting, finance, HR, etc.) maintained their own separate files and databases. Ask students to describe further why data redundancy, inconsistency pose problems? What kinds of problems happen when data is redundant or inconsistence. Ask students to give an example of program-data dependence. What makes the traditional file environment inflexible?

Problems With The Traditional File Environment Lack of flexibility - A traditional application program can generate report designed for each department. - There can be report requirements that must include data from several departments. Poor security - Not possible to track if anyone changes data. Lack of data sharing and availability - Since the software are not related in a traditional file environment it is impossible to share data very easily - This situation hinders data availability in a timely manner More on traditional file processing system: http://ecomputernotes.com/fundamental/what-is-a- database/traditional-file-processing-system This slide discusses the problems in data management that occur in a traditional file environment. In a traditional file environment, different functions in the business (accounting, finance, HR, etc.) maintained their own separate files and databases. Ask students to describe further why data redundancy, inconsistency pose problems? What kinds of problems happen when data is redundant or inconsistence. Ask students to give an example of program-data dependence. What makes the traditional file environment inflexible?

Database & Database Management Systems (DBMS) Database technology helps to eliminate many of the problems of the traditional file systems Serves many applications by centralizing data and controlling redundant data Database management system (DBMS) A DBMS is a software that allows an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs Acts as an interface among applications and data files Solves problems of traditional file environment Controls redundancy Eliminates inconsistency Enables organization to centrally manage data and data security

Human Resources Database With Different Views This graphic illustrates what is meant by providing different logical views of data. The orange rectangles represent two different views in an HR database, one for reviewing employee benefits, the other for accessing payroll records. The students can think of the green cylinder as the physical view, which shows how the data are actually organized and stored on the physical media. The physical data do not change, but a DBMS can create many different logical views to suit different needs of users. A single human resources database provides many different views of data, depending on the information requirements of the user. Illustrated here are two possible views, one of interest to a benefits specialist and one of interest to a member of the company’s payroll department. FIGURE 6-3

Relational DBMS Relational DBMS Represent data as two-dimensional tables called relations or files Relationships are established among related tables Each table contains data on entity and attributes Table: grid of columns and rows Rows: Records for different entities Fields (columns): Represents attribute for entity Key field: Field used to uniquely identify each record Primary key: Field in table used for key fields Foreign key: Primary key used in second table as look-up field to identify records from original table This slide introduces the most common type of DBMS in use with PCs, servers, and mainframes today, the relational database. Ask students why these DBMS are called relational. Ask students for examples of RDBMS software popular today and if they have every used any of this software. You can walk students through an example data base that you have prepared in Access or use one of the exercise data tables found at the end of the chapter. Identify rows, fields, and primary key.

Relational Database Table A relational database organizes data in the form of two-dimensional tables. Illustrated here are tables for the entities SUPPLIER and PART showing how they represent each entity and its attributes. Supplier Number is a primary key for the SUPPLIER table and a foreign key for the PART table. FIGURE 6-4

Relational Database Table This slide shows the second part of the graphic on the previous slide. Notice that the foreign key in this table is the primary key in the Suppliers table. What is the purpose of the foreign key? Can multiple records have the same foreign key? A relational database organizes data in the form of two-dimensional tables. Illustrated here are tables for the entities SUPPLIER and PART showing how they represent each entity and its attributes. Supplier Number is a primary key for the SUPPLIER table and a foreign key for the PART table. FIGURE 6-4 (cont.)