Database Management n Database Hierarchy n File-oriented Approach n Database-oriented Approach n DBMS n Entity Relationship Diagram n Data Structures.

Slides:



Advertisements
Similar presentations
Relational Databases Chapter 4.
Advertisements

Information Systems Chapter 2 Organizing Data and Information.
Organizing Data & Information
1004INT Information Systems Week 10 Databases as Business Tools.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Databases and Database Management Systems
8/28/97Information Organization and Retrieval Database Design University of California, Berkeley School of Information Management and Systems SIMS 202:
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Chapter One Overview of Database Objectives: -Introduction -DBMS architecture -Definitions -Data models -DB lifecycle.
IST Databases and DBMSs Todd S. Bacastow January 2005.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Sistem Basis Data (DATABASE) Siauw Yohanes Darmawan
By: M.Nadeem Akhtar1 The Data Base Management System (DBMS) Ch # 09.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
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.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
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.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
SQL Structured Query Language Programming Course.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
Databases Traditional Data Management vs Database Management System.
1 Chapter 1 Introduction. 2 Introduction n Definition A database management system (DBMS) is a general-purpose software system that facilitates the process.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
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.
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Sixth Lecture for ITEC A Professor G.E. Denzel.
Database Management COP4540, SCS, FIU Physical Database Design (ch. 16 & ch. 3)
Fanny Widadie, S.P, M.Agr 1 Database Management Systems.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Organizing Data and Information
History of Implementation Data Models. Databases were: Early Business Computer Systems –Accounting functions - payroll, profit/loss statements Files of.
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
1 Geog 357: Data models and DBMS. Geographic Decision Making.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
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.
Geographic Information Systems GIS Data Databases.
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
Chapter 4 Relational Databases
Databases and Data Warehouses Chapter 3
Database Basics An Overview.
Introduction to Database Management System
Basic Concepts in Data Management
Data Resource Management
Data Model.
Database Design Hacettepe University
Data Resource Management
Geographic Information Systems
Presentation transcript:

Database Management n Database Hierarchy n File-oriented Approach n Database-oriented Approach n DBMS n Entity Relationship Diagram n Data Structures

Database Hierarchy Logical Data Storage Physical Data Storage Database File Record Byte Bit

Database File Record Field Byte Bit Hierararchical Element Example 100Brake PadSonataDY10, Spark PlugAvanteDY 3, HeadlightAvanteJS65,000 3 Brake Pad Sales FileOrder File Product File Part Database Product File No.DescriptionModel Vendor Unit Pr. Qty 100Brake PadSonataDY10,0005 No.DescriptionModel Vendor Unit Pr. Qty ‘Description’ Field Record of the Part ‘Brake Pad’ The Alphabet ‘B’ in ‘Brake Pad’ The Rightmost bit in the Alphabet ‘B’

File-oriented Approach Order Entry Program Order Entry Program Invoicing Program Invoicing Program Sales Accounting Warehousing Packing List Program Packing List Program 매입 파일 Order File 매입 파일 Invoice File 매입 파일 Packing List File

Problems of File-oriented Approach n Data Redundancy n Data Inconsistency n Program-Data Dependency n Data Sharing Problem

Database-oriented Approach Order Entry Program Order Entry Program Invoicing Program Invoicing Program Sales Accounting Warehousing Packing List Program Packing List Program DBMS 데이터베이스 Order File, Invoice File, Packing List File

Advantages of Database Approach n Data sharing n Easy data access n Data integrity n No data redundancy n Easy modification & update n Program-data independence n Standardized data access n Data security

Database Management System Program 1 Program 2 Program 3 OrganizationalDatabase DBMS Applications DDL DML Data Dict. DB

Microsoft Access: a DBMS for Windows 98

Order Product Contains Is- Purchased- From Vendor Order Number Order Date Product Code Quantity Ordered Amount Total Amount Data Attributes for the ‘Order’ Entity Product Code Description Unit Price Vendor Data Attributes for the ‘Product’ Entity Vendor ID Vendor Name Mailing Address Phone Number Data Attributes for the ‘Vendor’ Entity Entity-Relationship Diagram(ERD)

Logical Data Models n Tree (Hierarchical) Data Model –simple to understand & implement –parent-child relationship n Network Data Model –quite complex –owner-member relationship n Relational Data Model –data is represented as tables (i.e., rows & columns)

Project 1 Dept. 1 Dept. 2 Dept. 3 Employee 1 Employee 2 Employee 3 Employee 4 Employee 5 Employee 6 Tree Data Model

Network Data Model Project 1 Dept. 1 Dept. 2 Dept. 3 Employee 1 Employee 2 Employee 3 Employee 4 Employee 5 Employee 6 Project 2

Project Table Employee Table Department Table Relational Data Model