BT1005 Managing Information Lecture 3 Introduction to Databases and The Database Approach.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

BT2103 Developing Small Systems for Business Lecture 2 Databases, Data Management, And The Legal Framework.
Information Systems Chapter 2 Organizing Data and Information.
Managing Data Resources
Database BA471 – Fall 2007 Dr. V.T. Raja Oregon State University.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
Managing Data Resources
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
Managing data Resources:
Information Technology in Organizations
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Databases and Database Management Systems
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Management Information Systems
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
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.
Managing Data Resources
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Concepts and Terminology Introduction to Database.
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 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.
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
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.
Chapter 55 Data Modelling - Introduction Compiled by Eddie Moorcroft Source: P M Heathcote A level ICT.
Data Modelling. ICT5 Introduction Historical development with most organisations Small-scale origins Individual computers bought for particular applications.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Information Systems & Databases 2.2) Organisation methods.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
DataBase Management Systems Introduction to Database Technology EAK 362/2 MIS LECTURE 4 PART 1.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
HEPL 3110: Computer Applications to Purchasing & Supplies Mgt Lecturer: Fredrick A. Odero Mobile:
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
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
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Foundations of Business Intelligence: Databases and Information Management.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Adapted from: FatMax Licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-
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.
44220: Database Design & Implementation Introduction to Module Ian Perry Room: C41C Ext.: 7287
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
Data Resource Management Lecture 8. Traditional File Processing Data are organized, stored, and processed in independent files of data records In traditional.
Managing Data Resources File Organization and databases for business information systems.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Intro to MIS – MGS351 Databases and Data Warehouses
IS 130 Information systems 1
Database Systems Chapter 3 1.
Fundamentals of Information Systems, Sixth Edition
CSCI-100 Introduction to Computing
Databases A brief introduction….
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Managing data Resources:
File Organization Terms & Concepts
Databases 1.
Presentation transcript:

BT1005 Managing Information Lecture 3 Introduction to Databases and The Database Approach

Contents File environments –Traditional –Database Data organisation Database Terms

Requirements of Information Information Systems need to provide information that is: –Timely –Accurate –Relevant

Traditional File Environment Data Redundancy and Confusion Program-Data Dependence Lack of Flexibility Lack of Data-Sharing Poor Security

Database Environment “A collection of data organised to serve many applications at the same time, by storing and managing data so that they appear to be in one location” Laudon and Laudon (2000)

Alternative definition “An integrated collection of logically related data items” James O’Brien (2010) “Consolidates many records previously stored in separate files so that a common pool of data serves many applications”

Data Organisation Bit0 or 1 Byte – the letter v FieldBGMarshall-Kalina – a ‘name’ field RecordBGMarshall-Kalina Gr34 SysOps 4668 FileBGMarshall-Kalina Gr34 SysOps 4668 PClare Gr44 SysOps 4670 DWalters Gr33 SysOps 4650 DatabaseLancashire Business School Staff Database

Database Terms Entity Attribute Key field

Database Terms (cont’d) Order Number Order Date Item Number QuantityAmount 56567/10/ Attributes Entity - ORDER Key field Adapted from Laudon and Laudon (2000) Fields

Summary For information to meet organisational needs it must be up-to-date, accurate and quickly available Relational Databases allow this delivery and much more varied information than was previously available