3/6: Data Management, pt. 2 Refresh your memory Relational Data Model

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.
Muhamad AbduhInstitut Teknologi Bandung5.1 W e e k 5 5 DATABASE.
Lecture-7/ T. Nouf Almujally
Management Information Systems, Sixth Edition
Managing Data Resources
Managing Data Resources Chapter Seven. SoftwareInformation Systems for Management2 Hierarchy of Data Bit Byte Field Record File Database Database management.
Managing Data Resources
Chapter 3 Database Management
8.1. LEARNING OBJECTIVES COMPARE TRADITIONAL FILE ORGANIZATION & MANAGEMENT TECHNIQUESCOMPARE TRADITIONAL FILE ORGANIZATION & MANAGEMENT TECHNIQUES EXPLAIN.
7.1 © 2002 by Prentice Hall c h a p t e r 7 7 MANAGING DATA DATARESOURCES.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
Organizing Data & Information
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
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
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.
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.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Managing Data Resources
6.1 CHAPTER 6. MANAGING DATA RESOURCES. 6.2 LEARNING OBJECTIVES COMPARE TRADITIONAL FILE ORGANIZATION & MANAGEMENT TECHNIQUESCOMPARE TRADITIONAL FILE.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
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.
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
Technology Guide 3 Data & Databases.
7.1 Prof Jess UEAB MANAGING DATA DATARESOURCES.
7.1 © 2002 by Prentice Hall c h a p t e r 7 7 MANAGING DATA DATARESOURCES.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
311: Management Information Systems Database Systems Chapter 3.
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
MANAGING DATA DATARESOURCES Chapter. 7.2 File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1)Bit: Smallest unit.
Data Resource Management
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
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
Managing Data Resources File Organization and databases.
Organizing Data and Information
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.
Managing Data Resources Lecture 5 Managing Data Resources Lecture 5.
Foundations of Business Intelligence: Databases and Information Management.
7.1 © 2002 by Prentice Hall c h a p t e r 7 7 MANAGING DATA DATARESOURCES.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
6.1 FILE ORGANIZATION BIT: Binary Digit (0,1; Y,N; On,Off)BIT: Binary Digit (0,1; Y,N; On,Off) BYTE: Combination of BITS which represent a CHARACTERBYTE:
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Chapter : 6 Database & Information Management MIS205.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
MANAGING DATA RESOURCES
Presentation transcript:

3/6: Data Management, pt. 2 Refresh your memory Relational Data Model Hierarchical & Network Data Model Object-oriented DBMS Designing & Distributing a Database Trends Multidimensional Data Analysis, OLAP Hypermedia Linking databases to the web Data Warehousing & Data Marts Who deals with databases? Users & Administrators

Database Management System Software to create & maintain data Enables business applications to extract data Independent of specific computer programs

The 3 Key Components of a DBMS Data definition language: Defines data elements in database Data manipulation language: Manipulates data for applications SQL: Structured Query Language Emerging standard data manipulation language for relational databases Data dictionary: Formal definitions of all variables in database; Controls variety of database contents

Types of Databases: Relational Flexible, common format today. Data in table format Relation: table (sometimes called a file) Tuple: row (record) in table Field: column (attribute) in table

Relational DBs: Possible Relationships One-to-one One-to-many Many-to-many STUDENT ID CLASS STUDENT A B C CLASS 1 2 STUDENT A B C

Hierarchical Data Models Older, traditional system Top-level segment: Root. Parent-child relationships (one-to-many) ROOT FIRST CHILD 2nd CHILD Ratings Salary Compensation Job Assignments Pension Insurance Health Benefits Employer

Network Data Models A variation of the hierarchical data model Allows for many-to-many relationships STUDENT A B C CLASS 1 2

Goodbye, Hierarchical & Network Rarely, the network nor the hierarchical models are used for new databases now: they are legacy systems. Less flexible than relational DBMS Do not support ad-hoc queries Intensive programming required for changes to reports, queries, etc.

Object-Oriented DBMS Improvement over traditional DBMS to handle graphics, multimedia, etc. Variation: object-relational DBMS Hybrid of OODBMS & Relational DBMS

Designing a Database Conceptual (logical) design & physical design Abstract model of database from business perspective Deciding which data to include, exclude What to use as the key field? Normalization: creating small stable data structures from complex data Critical task: avoid redundancy. Choosing hardware & software for database

Designing a Database Conceptual (logical) design Entity-relationship diagram Illustrates relationship between various entities in a database 1 M ORDER CAN HAVE PART SUPPLIER ORDER: #, DATE, PART #, QUANTITY PART: #, DESCRIPTION, UNIT PRICE, SUPPLIER # SUPPLIER: #, NAME, ADDRESS

Distributing Databases: 2 Ways PARTITIONED: remote CPUs (connected to host) have files unique to that site, e.g., records on local customers DUPLICATE: each remote CPU has copies of common files, e.g., layouts for standard reports and forms Why distribute a database? Reduce vulnerability Increase service & responsiveness Can run on smaller, cheaper computers

Trends in DBMS Multidimensional Data Analysis Hypermedia Databases Comparing more than two aspects of data Synonym: On-line Analytical Processing (OLAP) Hypermedia Databases Storage and indexing of images, videos, sounds, multimedia, etc. Linking databases to the web http://mba.slu.edu/admissions.html

Data Warehouses & Data Marts Organization’s electronic library stores consolidated current & historic data for management reporting & analysis Provides a range of ad hoc & standardized query tools, analytical tools, and graphical outputs. Data Marts: smaller, specialized versions of the data warehouse customized for audience or task.

Data Warehouses & Data Marts

Who Deals With Databases? Users Administrators Define & organize database structure and content Develop security procedures Develop database documentation Maintain DBMS