Databases ? 2014, Fall Pusan National University Ki-Joune Li.

Slides:



Advertisements
Similar presentations
Databases MMG508. DB Properties  Definition of a database: “A database is a collection of interrelated data items that are managed as a single unit”
Advertisements

Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Relational Algebra Chapter 4, Part A.
Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
ICS (072)Database Systems: A Review1 Database Systems: A Review Dr. Muhammad Shafique.
Employee database: Conceptual Schema in ERD Chapter 3, page 62.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Copyright © 2004 Pearson Education, Inc.. Chapter 12 Practical Database Design Methodology and Use of UML Diagrams.
1004INT Information Systems Week 10 Databases as Business Tools.
Database Management Systems ISYS 464 David Chao. Introduction to Databases The most important component in an information system Created to support all.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
1 Chapter 2 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data u User’s view immune to changes.
DATABASE DEVELOPMENT STRATEGIES TOP DOWNTOP DOWN –Large scale application driven by strategic objectives –General  Specific –Organization-wide (“data.
Managing Enterprise Database ISYS 464 David Chao.
Lecture Two Database Environment Based on Chapter Two of this book:
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Database Management COP4540, SCS, FIU An Introduction to database system.
Database Systems Chapter 1 The Worlds of Database Systems.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
CSC2012 Database Technology & CSC2513 Database Systems.
Chapter 2 CIS Sungchul Hong
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Web-Enabled Decision Support Systems
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
ITEC224 Database Programming
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Architecture for a Database System
Massively Distributed Database Systems - Distributed DBS Spring 2014 Ki-Joune Li Pusan National University.
Information System Development Courses Figure: ISD Course Structure.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
Ch. 1 데이터베이스시스템 (2). Ch.1 Database System 데이터베이스시스템 2 What to Learn Database System Overview Entity-Relationship diagram Relational Data Model  Structure.
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
Spatial Databases: Building Spatial DB Spring, 2015 Ki-Joune Li.
1 Chapter 1 Introduction. 2 Introduction n Definition A database management system (DBMS) is a general-purpose software system that facilitates the process.
CS206 System Analysis and Design Note 1 By ChangYu 1 Course Information Lecturer NameCHANG YU Web sitewww.chuhai.edu.hk/changyu/
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
8/31/2012ISC329 Isabelle Bichindaritz1 Database Environment.
Spatial Databases - Introduction Spring, 2015 Ki-Joune Li.
1 CS3431 – Database Systems I Introduction Instructor: Mohamed Eltabakh
1Mr.Mohammed Abu Roqyah. Database System Concepts and Architecture 2Mr.Mohammed Abu Roqyah.
Database Environment Session 2 Course Name: Database System Year : 2013.
Databases : Database Building Procedures 2007, Fall Pusan National University Ki-Joune Li.
Database Management Systems ISYS 464
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
1 Chapter 2 Database Environment Pearson Education © 2009.
Database Development Indra Budi
Methodology Review Chapter 7 Part 2: Design Methodology Object-Oriented Modeling and Design Byung-Hyun Ha
CS3431: C-Term CS3431 – Database Systems I Introduction Instructor: Mohamed Eltabakh
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
TCCICOMPUTERCOACH ING.COM.  TCCI-Tririd Computer Coaching Institute provides best teaching in basic computer programming language at tcci-ahmedabad.
Lecture 5 Data Model Design Jeffery S. Horsburgh Hydroinformatics Fall 2012 This work was funded by National Science Foundation Grant EPS
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Christoph F. Eick: Final Words COSC Topics Covered in COSC 3480  Data models (ER, Relational, XML)  Using data models; learning how to store real.
CS4222 Principles of Database System
5/11/2018.
Requirement Overview Tivoli #1 David Hansen Todd Poynter
Spatial Databases: Building Spatial DB
 DATAABSTRACTION  INSTANCES& SCHEMAS  DATA MODELS.
Chapter 2: Database System Concepts and Architecture
2018, Fall Pusan National University Ki-Joune Li
Spatial Databases: Building Spatial DB
Spatial Databases - Introduction
Spatial Databases: Building Spatial DB
Spatial Databases - Introduction
Presentation transcript:

Databases ? 2014, Fall Pusan National University Ki-Joune Li

Questions Q1 – Describe actual political situation in Korea. Q2 – Make it machine-understandable. 2

Overview on Databases Computer World Real World phase 1 phase 2 understanding  modeling implementation  design and coding Application  Management phase 3 3

Comparison with Software Lifecycle Requirement Analysis Functional Specification Design Development Environments Coding Test Maintenance Software Life Cycle – Waterfall Model Requirement Analysis Modeling Schema Design DB Environments Data Collection and Input Quality Control Management and Retrieval DB Life Cycle part I part II part III 4

Plan Part I – Data Modeling o Understanding it in formal ways o Object-Oriented Data Model (UML Class Diagram) o Relational Data Model (E-R Model) Part II – Database Design o Relational Database Schema Design Part III – Query Language o SQL Part IV – Semi-Structured Data Model o XML 5

Two different aspects of DB Logical (or Conceptual) Representation Physical Representation How to physically organize data in file systems  DBMS Issue How to conceptually understand and describe information  Database Issue Independence Applications are developed on the conceptual understanding of real world Applications 6

Three Level Schema of Databases Logical (or Conceptual) Representation Physical Representation Independence Applications Physical level (schema) Conceptual level (schema) External level (schema) File Processing in Spring Semester 7