Jun-Ki Min KUT.  Data & Information ◦ Data: facts or values obtained by observation or measurement ◦ Information: interpretation or relationship to help.

Slides:



Advertisements
Similar presentations
©Silberschatz, Korth and Sudarshan4.1Database System Concepts Lecture-1 Database system,CSE-313, P.B. Dr. M. A. Kashem Associate. Professor. CSE, DUET,
Advertisements

Introduction to Databases
Chapter 1: The Database Environment
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
File Systems and Databases
File Systems and Databases Hachim Haddouti
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Lecture Two Database Environment Based on Chapter Two of this book:
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Outline Types of Databases and Database Applications Basic Definitions Typical DBMS Functionality.
Introduction to DBMS Purpose of Database Systems View of Data
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 2-1 David M. Kroenke’s Chapter One: Why DB? Database Processing: Fundamentals,
1 Introduction to databases concepts CCIS – IS department Level 4.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Database Design - Lecture 1
1 Introduction An organization's survival relies on decisions made by management An organization's survival relies on decisions made by management To make.
Chapter 2 CIS Sungchul Hong
Web-Enabled Decision Support Systems
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
 DATABASE DATABASE  DATABASE ENVIRONMENT DATABASE ENVIRONMENT  WHY STUDY DATABASE WHY STUDY DATABASE  DBMS & ITS FUNCTIONS DBMS & ITS FUNCTIONS 
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
Architecture for a Database System
Storing Organizational Information - Databases
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Data resource management
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
DATABASES. -2 Competencies Distinguish between the physical and logical view of data Describe how data is organized Describe databases Describe the five.
Mr.Prasad Sawant, MIT Pune India Introduction to DBMS.
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
Database System Concepts Introduction Purpose of Database Systems View of Data Data Models Data Definition Language Data Manipulation Language Transaction.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
CHAPTER 1: INTRODUCTION Purpose of Database Systems View of Data Data Models Data Definition Language Data Manipulation Language Storage Management Database.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 1: Introduction.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Introduction to DBMS Purpose of Database Systems View of Data
Introduction To DBMS.
Outline Types of Databases and Database Applications Basic Definitions
An Introduction to database system
The Database Environment
Chapter 1: Introduction
Database Management:.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Introduction to Database Systems
Data, Databases, and DBMSs
Chapter 1: Introduction
File Systems and Databases
Chapter 1: The Database Environment
Introduction to DBMS Purpose of Database Systems View of Data
The Database Environment
Accounting Information Systems 9th Edition
Database Design Hacettepe University
UNIT-I Introduction to Database Management Systems
Chapter 2 Database Environment Pearson Education © 2014.
The Database Environment
Database Dr. Roueida Mohammed.
Presentation transcript:

Jun-Ki Min KUT

 Data & Information ◦ Data: facts or values obtained by observation or measurement ◦ Information: interpretation or relationship to help decision making (semantic)  Data != Information  P(D) = I Data(D) Processor(P) Information(I)

 Information System ◦ For a organization, collect, manage, and store data and generate and distribute information ◦ Application System  A subsystem for a department  Consist of application programs Data Processor Information Decision Make Stored data Real Work

 Information System ◦ MIS: Management Information System  Planning, operation, Control ◦ DSS: Decision Support System  Wide Definition  Data warehouse  Information repository, information archive  Data mining  Knowledge discovery for finding rules or patterns  Knowledge management system

batch processing ◦ Preprocessing  Collection of raw data  Classification and record into file ◦ System oriented processing  High system performance  Low processing cost ◦ Benifical to sequential access method

Raw Data Classificatio n Computer Report File

 real time processing  User oriented Processing ◦ Low system performance ◦ High processing cost  Require communication controller  Overhead for maintenance, recovery

Data Report Data/ Report Database Computer Communication controller

 dispersed processor – Computer System  distributed database  communication network ⊙ client/server pattern

Computer (Client/Server) Database Computer (Client/Server) Database Computer (Client/Server) Database Network

 Origin of “database” Term ◦ The first SDC Symposium  Development and Management of a Computer- centered Data Base ◦ The second SDC Symposium  Computer-centered Data Base Systems

 Database ◦ A collection of interrelated data ◦ For diverse application systems in a enterprise, a set of shared, integrated, stored and operational data  shared data  integrated data ◦ minimal redundancy ◦ controlled redundancy  stored data ◦ Stored media accessed by a computer ◦ Disk, tape, etc  operational data

 real-time accessibilities ◦ real-time processing and response for a query  continuous evolution ◦ update, insert, delete : dynamic feature  concurrent sharing ◦ multi-users use simultaniously  content reference ◦ Not location or address of data ◦ Reference by contents

 logical components ◦ User view ◦ Database = {entities, relationships}  Entity ◦ Object to be represented ◦ Unit of information ◦ Consist of attributes  The smallest logical unit of data ◦ entity set  entity type vs. entity instance ◦ Correspond to general record  record type vs. record instance

 Entity ◦ An object that exists and is distinguishable from other objects ◦ Example  John Harris with SSN  Account #401 at the Redwood Branch of XY bank  Entity Set ◦ A set of entities of the same type ◦ Example  Customer : the set of all persons having an account at a bank  Account : the set of all accounts in XY bank

 Attributes ◦ Properties of entities ◦ A particular entity has a value for each of its attributes ◦ Example :  For the Customer entity set  attributes : customer-name, social security, address  Domain ◦ The set of permitted values for each attribute ◦ Example  Domain of the attribute ‘account-number’  The set of all positive integers

snumnamedept 1234JaneCS 1825JohnEE Attribute Entity type Entity instance Entity Set student …

 attribute relationship ◦ intra-entity relationship: properties  entity relationship ◦ inter-entity relationship student teach professor

 logical organization ◦ conceptual structure by user view ◦ logical allocation of data ◦ A set of logical records  physical organization ◦ physical allocation by storage view ◦ actual structure ◦ Additional information  Index, pointer, chain, overflow area, etc ◦ A set of stored records

A CB D stored record physical system ( storage ) logical record A C B D User logical Record