1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Technology Guide 3 Data and Database T3-1. IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record.
Introduction to Databases
Management Information Systems, Sixth Edition
Managing Data Resources
Managing Data Resources
Part seven: Modern IT Architecture. Desktop Systems (one computer) Desktop Systems (one computer) PC Hardware PC Hardware Software Systems Software Systems.
Chapter 3 Database Management
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
Database Management: Getting Data Together Chapter 14.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Organizing Data & Information
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Managing data Resources:
Introduction to Database Management
Managing Data Resources
Chapter 8 Managing Data Resources. Chapter 82 Managing Data Resources 8.1 Organizing Data in a Traditional File Environment –An effective information.
Attribute databases. GIS Definition Diagram Output Query Results.
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Database Management Infsy 540 Dr. R. Ocker.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
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.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
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.
Technology Guide 3 Data & Databases.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
Technology Guide 31 Information Technology For Management 4 th Edition Turban, McLean, Wetherbe Lecture Slides by A. Lekacos, Stony Brook University John.
311: Management Information Systems Database Systems Chapter 3.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
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.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
DataBase Management System What is DBMS Purpose of DBMS Data Abstraction Data Definition Language Data Manipulation Language Data Models Data Keys Relationships.
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.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Data resource management
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
GIS Data Models GEOG 370 Christine Erlien, Instructor.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
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.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
1 Geog 357: Data models and DBMS. Geographic Decision Making.
Introduction to Database Changes and new experience make life delightful. Unanimous.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
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.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Intro to MIS – MGS351 Databases and Data Warehouses
Decision Support System by Simulation Model (Ajarn Chat Chuchuen)
Introduction to Information Technology
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Presentation transcript:

1 Data & Database Development

2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:

3 Hierarchy of Data

4 Accessing Records from Computer Files  In sequential file organization: Data records must be retrieved in the same physical sequence in which they are stored.  In direct or random file organization: Users can access records in any sequence, without regard to actual physical order on the storage medium.

5 Problems Arising in the File Environment (1)  Data redundancy: The same piece of information could be duplicated in several files.  Data inconsistency : The actual values across various copies of the data no longer agree.  Data isolation. Data files are likely to be organized differently, stored in different formats, and often physically inaccessible to other applications.  Security: is difficult to enforce in the file environment.

6 Problems Arising in the File Environment (2)  Data Integrity: It is difficult to place data integrity constraints across multiple data files.  Application-Data independence: In the file environment, the applications and their associated data files are dependent on each other.  The numerous problems arising from the file environment approach led to the development of databases. Database: an organized logical grouping of related files.

7 Database Management Systems  The program (or group of programs) that provides access to a database is known as a database management system (DBMS).  There are many specialized databases, depending on the type or format of data stored. A geographical information database contains locational data for overlaying on maps or images. A knowledge database stores decision rules used to evaluate situations and help users make decisions like an expert. A multimedia database stores data on many media—sounds, video, images, graphic animation, and text.

8 Logical Data Organization There are three basic models for logically structuring databases:  Hierarchical  Network  Relational Three additional models are emerging:  Multidimensional  Object-oriented  Hypermedia

9 The Hierarchical Model  The hierarchical model relates data by rigidly structuring data into an inverted “tree” in which records contain two elements: 1.A single root or master field, often called a key, which identifies the type location, or ordering of the records. 2.A variable number of subordinate fields that defines the rest of the data within a record.  The hierarchical structure is commonly found in many traditional business organizations and processes.

10 The Networked-based Model  The network model creates relationships among data through a linked-list structure in which subordinated records ( members ) can be linked to more than one owner.  Explicit links, called pointers, are used to link subordinates and owners. That relationship is called a set.  Many-to-many relationships are possible with a network database model—a significant advantage of the network model over the hierarchical model.

11 The Relational Database Model  The relational model is based on a simple concept of tables in order to capitalize on characteristics of rows and columns of data, which is consistent with real-world business situations. Tables are called relations, and the model is based on the mathematical theory of sets and relations. A row is called a tuple, and a column is called an attribute.  One of the greatest advantages of the relational model is its conceptual simplicity and the ability to link records in a way that is not predefined.

12 Database Structures

13 Emerging Database Models The most common database models are:  Multimedia database  Deductive databases  Object-oriented databases  Multimedia and hypermedia databases

14 Object-Oriented Database Model  Object-oriented databases store both data and procedures acting on the data, as objects.  The object-oriented database can be particularly helpful in multimedia environments, such as in manufacturing sites using CAD/CAM.  Object-oriented databases can be particularly useful in supporting temporal and spatial dimensions.

15 Hypermedia Database Model  The hypermedia database model stores chunks of information in the form of nodes connected by links established by the user.  The nodes can contain text, graphics, sound, full-motion video, or executable computer programs.  Users can branch to related information in any kind of relationship.

16 Data Warehouses  A data warehouse is an additional database that is designed to support DSS, EIS, online analytical processing (OLAP), and other end-user activities, such as report generation, queries, and graphical presentation.  A data mart is smaller, less expensive, and more focused than a large-scale data warehouse. Data marts can be a substitution for a data warehouse, or they can be used in addition to it.

17 After Class Sarah comes home from her first day at school. Mother asks, “Sarah, what did you learn today?” Sarah replies, “Not enough. I have to go back tomorrow.”