Announcements Homework 1 Due 9/15 Project: Step 1 Due 9/17 Reading for Wednesday –2.6 – 2.8.

Slides:



Advertisements
Similar presentations
Database Planning, Design, and Administration
Advertisements

Dr Gordon Russell, Napier University Unit Data Dictionary 1 Data Dictionary Unit 5.3.
Database Planning, Design, and Administration Transparencies
--What is a Database--1 What is a database What is a Database.
System Analysis - Data Modeling
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 2 Introduction to Database Development.
Chapter 6 Methodology Conceptual Databases Design Transparencies © Pearson Education Limited 1995, 2005.
1 Pertemuan 17 Seleksi DBMS Matakuliah: >/ > Tahun: > Versi: >
1 IS 4420 Database Fundamentals Chapter 2: Database Development Process Leon Chen.
Lecture Fourteen Methodology - Conceptual Database Design
10/7/1999Database Management -- R. Larson Database Administration: Additional Issues University of California, Berkeley School of Information Management.
Chapter 1: The Database Environment and Development Process
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Lecture Nine Database Planning, Design, and Administration
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Normalized bubble chart for Data in the Instructor’s View Instructor Organization Title Standard fee Text book Course + Date Participant Grade.
Chapter 2 Database Planning and Database Architecture
CSC271 Database Systems Lecture # 20.
Chapter One Overview of Database Objectives: -Introduction -DBMS architecture -Definitions -Data models -DB lifecycle.
Chapter 9 Database Planning, Design, and Administration Sungchul Hong.
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
Database System Development Lifecycle
Overview of the Database Development Process
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Data Administration & Database Administration
Chapter 2 CIS Sungchul Hong
Chapter 1 Introduction to Databases Pearson Education ©
CSC271 Database Systems Lecture # 4.
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.
Methodology - Conceptual Database Design Transparencies
Methodology Conceptual Databases Design
Summary Data Modeling SDLC What is Data Modeling Application Audience and Services Entities Attributes Relationships Entity Relationship Diagrams Conceptual,Logical.
9/14/2012ISC329 Isabelle Bichindaritz1 Database System Life Cycle.
Introduction to Database Systems
1 Chapter 15 Methodology Conceptual Databases Design Transparencies Last Updated: April 2011 By M. Arief
1 Minggu 9, Pertemuan 17 Database Planning, Design, and Administration Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Methodology - Conceptual Database Design. 2 Design Methodology u Structured approach that uses procedures, techniques, tools, and documentation aids to.
Database Planning, Design, and Administration Transparencies
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
Methodology: Conceptual Databases Design
Database System Development Lifecycle 1.  Main components of the Infn System  What is Database System Development Life Cycle (DSDLC)  Phases of the.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
MIS 673: Database Analysis and Design u Objectives: u Know how to analyze an environment and draw its semantic data model u Understand data analysis and.
8 8 Chapter 8 The University Lab: Conceptual Design Verification, Logical Design, and Implementation Database Systems: Design, Implementation, and Management.
Methodology - Conceptual Database Design
DataBase Management System What is DBMS Purpose of DBMS Data Abstraction Data Definition Language Data Manipulation Language Data Models Data Keys Relationships.
Database Environment Session 2 Course Name: Database System Year : 2013.
Database System Architecture Prof. Yin-Fu Huang CSIE, NYUST Chapter 2.
DataBase System Concepts and Architecture
Database Administration Basics. Basic Concepts and Definitions  Data Facts that can be recorded and stored  Metadata Data that describes properties.
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.
LECTURE TWO Introduction to Databases: Data models Relational database concepts Introduction to DDL & DML.
Chapter 9 Database Planning, Design, and Administration Transparencies © Pearson Education Limited 1995, 2005.
Methodology Conceptual Databases Design
Methodology Conceptual Database Design
Introduction What is a Database?.
Fundamentals of Information Systems
Database System Development Lifecycle
Chapter 5 Data Resource Management.
Four Levels of Data from Ricardo’s Database Illuminated
Data Model.
Database Planning, Design and Administration
Methodology Conceptual Databases Design
Database Dr. Roueida Mohammed.
Presentation transcript:

Announcements Homework 1 Due 9/15 Project: Step 1 Due 9/17 Reading for Wednesday –2.6 – 2.8

Database Planning Lecture 3

Data as a Resource Resource: Resource Examples: Why is a database is a resource?

Characteristics of Data Data vs. information –Data: Example: –Information: Example:

Four Levels of Data 1.Real world Enterprise Mini-world, or Universe of Discourse 2.Conceptual Model Entities Entity sets Attributes Relationships

Four Levels of Data 3.Logical model of database Metadata Record types, data item types, data aggregates Stored in data dictionary 4.Data occurrences Database itself Data instances files

Data Sublanguages Languages –DDL –DML Host Language

Staged Database Design Systems analysis Staged database design

Characteristics of a Conceptual Database Model

Stages in Database Design Analyze User Environment Develop Conceptual Model Choose DBMS Develop Logical Model Develop Physical Model Evaluate Physical Model Tune System Implement System

Design Tools CASE –Upper case: –Lower case: Data dictionary Project management software

Data Dictionary Contains metadata Can be integrated (part of DBMS) or free-standing Useful for –

Project Management Software Tools to help plan and manage projects, especially those with many people Include several types of charts and graphs –GANTT chart- See Figure 2.12Figure 2.12 –PERT chart User specifies –Scope and objectives –Major tasks and phases –Task dependencies –Resources, including personnel –Timelines Software can –Generate calendars –Produce graphs with different views of project –Provide means of communication for staff

Database Administrator Skills –DBA must be Technically competent Good manager Have excellent interpersonal and communication skills –Has primary responsibility for planning, designing, developing and managing the operating database –Database designer may do conceptual and logical design; DBA does physical design, implementation, develops, manages system

Planning and Design Stage –Preliminary planning –Identifying user requirements –Developing and maintaining the data dictionary –Designing the conceptual model –Choosing a DBMS –Developing the logical model –Developing the physical model

Development Phase –Creating and loading the database –Developing user views –Writing and maintaining documentation –Developing and enforcing data standards –Developing and enforcing application program standards –Developing operating procedures –Doing user training

Database Management Phase Monitoring performance Tuning and reorganizing Keeping current on database improvements