Database Design Hacettepe University

Slides:



Advertisements
Similar presentations
Entity-Relationship (ER) Modeling
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
Management Information Systems, Sixth Edition
Information Systems Planning and the Database Design Process
SLIDE 1IS Fall 2002 Database Management: Introduction University of California, Berkeley School of Information Management and Systems.
Database Design University of California, Berkeley
SLIDE 1IS 257 – Fall 2006 Database Management: Introduction Ray R. Larson University of California, Berkeley School of Information IS 257:
9/6/2001Database Management – Fall 2000 – R. Larson Information Systems Planning and the Database Design Process University of California, Berkeley School.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
SLIDE 1IS 202 – FALL 2002 Prof. Ray Larson & Prof. Marc Davis UC Berkeley SIMS Tuesday and Thursday 10:30 am - 12:00 pm Fall 2002
11/28/2000Information Organization and Retrieval Introduction to Databases and Database Design University of California, Berkeley School of Information.
SLIDE 1IS Fall 2010 Information Systems Planning and the Database Design Process Ray R. Larson University of California, Berkeley School.
SLIDE 1IS Fall 2002 Database Life Cycle and Introduction to Access University of California, Berkeley School of Information Management.
8/29/2000Database Management -- Fall R. Larson Database Management: Introduction University of California, Berkeley School of Information Management.
8/28/2001Database Management -- Fall R. Larson Database Management: Introduction University of California, Berkeley School of Information Management.
Callie’s Birthday SLIDE 1IS 202 – FALL 2004 Prof. Ray Larson & Prof. Marc Davis UC Berkeley SIMS Tuesday and Thursday 10:30 am - 12:00 pm.
SLIDE 1IS 202 – FALL 2005 Prof. Ray Larson UC Berkeley SIMS SIMS 202: Information Organization and Retrieval Introduction to Database Design.
SLIDE 1IS 257 – Fall 2005 Database Life Cycle and Introduction to Access University of California, Berkeley School of Information Management.
SLIDE 1IS 257 – Fall 2009 Database Management: Introduction Ray R. Larson University of California, Berkeley School of Information IS 257:
“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.
8/28/97Information Organization and Retrieval Database Design University of California, Berkeley School of Information Management and Systems SIMS 202:
SLIDE 1IS 257 – Spring 2004 Database Management: Introduction Ray R. Larson University of California, Berkeley School of Information Management.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Management COP4540, SCS, FIU An Introduction to database system.
Information Systems Planning and the Database Design Process
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
Management Information Systems By Effy Oz & Andy Jones
Architecture for a Database System
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Database Concepts Track 3: Managing Information using Database.
Copyright (c) 2014 Pearson Education, Inc. Introduction to DBMS.
8/31/99Database Management -- Fall R. Larson Database Models and Introduction to Access University of California, Berkeley School of Information.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Introduction to Databases
Databases and DBMSs Todd S. Bacastow January
CS 325 Spring ‘09 Chapter 1 Goals:
Introduction to DBMS Purpose of Database Systems View of Data
國立臺北科技大學 課程:資料庫系統 Chapter 2 Database Environment.
Pengantar Sistem Informasi
An Introduction to database system
Chapter 1: Introduction
IS 130 Information systems 1
Database Systems Chapter 3 1.
Database Management:.
Fundamentals & Ethics of Information Systems IS 201
Chapter 4 Relational Databases
Databases.
What is a Database and Why Use One?
Introduction to Database Systems
Chapter 1 The Worlds of Database Systems
Basic Concepts in Data Management
Chapter 2 Database Environment.
MANAGING DATA RESOURCES
File Systems and Databases
Data Model.
Introduction to DBMS Purpose of Database Systems View of Data
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
The Database Environment
Chapter 2 Database Environment Pearson Education © 2014.
Chapter 1 Introduction to Database Processing
Chapter 3 Database Management
The Database Environment
Course Instructor: Supriya Gupta Asstt. Prof
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems

Last Time File Management Systems vs. DBMSs Advantages and Disadvatages of DBMS Components of DBMS MS Access 2000 (Lab)

DBMS Benefits Minimal Data Redundancy Consistency of Data Integration of Data Sharing of Data Ease of Application Development Uniform Security, Privacy, and Integrity Controls Data Accessibility and Responsiveness Data Independence Reduced Program Maintenance

Database Environment CASE Tools DBMS User Interface Application Programs Repository Database

Database Components DBMS Application Programs Kroenke, Database =============== Design tools Table Creation Form Creation Query Creation Report Creation Procedural language compiler (4GL) ============= Run time Form processor Query processor Report Writer Language Run time Database Application Programs Database contains: User’s Data Metadata Indexes Application Metadata User Interface Applications Kroenke, Database Processing

Terms and Concepts Database: A self-describing collection of integrated records (Kroenke). A collection of similar records with relationships between the records. (Rowley) A collection of stored operational data used by the application systems of some particular enterprise. (C.J. Date)

Terms and Concepts Enterprise Entity Attributes Data values Organization Entity Person, Place, Thing, Event, Concept... Attributes Data elements (facts) about some entity Also sometimes called fields or items or domains Data values instances of a particular attribute for a particular entity

Terms and Concepts Key Primary Key an attribute or set of attributes used to identify or locate records in a file Primary Key an attribute or set of attributes that uniquely identifies each record in a file

Terms and Concepts Models (1) Levels or views of the Database Conceptual, logical, physical (2) DBMS types Relational, Hierarchic, Network, Object-Oriented, Object-Relational

Models (1) Conceptual Model Logical Internal Model requirements External requirements Application 1 Application 2 Application 3 Application 4 Internal Model

Database System Life Cycle Physical Creation 2 Conversion 3 Design 1 Growth, Change, & Maintenance 6 Integration 4 Operations 5

Another View of the Life Cycle Integration 4 Operations 5 Design 1 Physical Creation 2 Conversion 3 Growth, Change 6

Database Models Models(2): DBMS types Hierarchical Network Relational Object-Oriented

Database Data Models Hierarchical Model Similar to data structures in programming languages. Books (id, title) Publisher Subjects Authors (first, last)

Database Data Models Network Model Provides for single entries of data and navigational “links” through chains of data. Subjects Books Authors Publishers

Database Data Models Relational Model Provides a conceptually simple model for data as relations (typically considered “tables”) with all data visible.

Database Data Models Object Oriented Data Model Encapsulates data and operations as “Objects” Books (id, title) Publisher Subjects Authors (first, last)

Database Design Process Application 1 Application 2 Application 3 Application 4 External Model External Model External Model External Model Application 1 Conceptual requirements Application 2 Conceptual requirements Conceptual Model Logical Model Internal Model Application 3 Conceptual requirements Application 4 Conceptual requirements

Database Design Process Conceptual Requirements Systems Analysis Process Examine all of the information sources used in existing applications Identify the characteristics of each data element numeric text date/time etc. Examine the tasks carried out using the information Examine results or reports created using the information

Database Design Process Conceptual Model Merge the collective needs of all applications Determine what Entities are being used Some object about which information is to maintained What are the Attributes of those entities? Properties or characteristics of the entity What attributes uniquely identify the entity What are the Relationships between entities How the entities interact with each other?

Database Design Process Logical Model How is each entity and relationship represented in the Data Model of the DBMS Hierarchic? Network? Relational? Object-Oriented?

Database Design Process Internal Model Choices of index file structure Choices of data storage formats Choices of disk layout

Database Design Process External Model User views of the integrated database Making the old (or updated) applications work with the new database design

Developing a Conceptual Model Overall view of the database that integrates all the needed information discovered during the requirements analysis. Elements of the Conceptual Model are represented by diagrams, Entity-Relationship or ER Diagrams, that show the meanings and relationships of those elements independent of any particular database systems or implementation details.