2002.08.27 - SLIDE 1IS 257 - Fall 2002 Database Management: Discussion Session University of California, Berkeley School of Information Management and.

Slides:



Advertisements
Similar presentations
Conceptual Design using the Entity-Relationship Model
Advertisements

Database Basics Alan B. Marr, M.D., F.A.C.S. Associate Professor of Clinical Surgery.
The Entity-Relationship Model
The Entity-Relationship (ER) Model
The Entity-Relationship Model Jianlin Feng School of Software SUN YAT-SEN UNIVERSITY courtesy of Joe Hellerstein for some slides.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Entity-Relationship Model Chapter 2.
IT420: Database Management and Organization
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 6 Advanced Data Modeling.
Chapter 4 Conceptual Modeling of Databases with Entity-Relationship Diagrams and the Unified Modeling Language.
Translating from ER to Relationship Schema Adapted from Juliana Freire.
System Analysis - Data Modeling
Databases Revision.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 7 Data Modeling Using the Entity- Relationship (ER) Model.
Modeling Your Data Chapter 2. Overview of Database Design Conceptual design: –What are the entities and relationships in the enterprise? – What information.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 5-1 David M. Kroenke Database Processing Tenth Edition Chapter 5 Data.
Entity-Relationship Model and Diagrams (continued)
Lecture 2: Entity/Relationship modelling
Copyright © 2004 Pearson Education, Inc.. Chapter 3 Data Modeling Using the Entity-Relationship Model.
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Fundamentals, Design, and Implementation, 9/e COS 346 Day 2.
Slides adapted from A. Silberschatz et al. Database System Concepts, 5th Ed. Entity-Relationship Model Database Management Systems I Alex Coman, Winter.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Entity-Relationship Model Chapter 2.
Modeling & Designing the Database
Database Design & ER Diagrams
CSE314 Database Systems Data Modeling Using the Entity- Relationship (ER) Model Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson Ed Slide Set.
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
CSCI 3140 Module 2 – Conceptual Database Design Theodore Chiasson Dalhousie University.
Copyright (c) 2014 Pearson Education, Inc. Introduction to Databases.
Database Processing: Fundamentals, Design and Implementation, 9/e by David M. KroenkeChapter 2/1 Copyright © 2004 Please……. No Food Or Drink in the class.
Database Design Using Entity-Relationship Models Transformation of Entity-Relationship Models into Relational Database Design Trees, Networks, and Bills.
ICS 321 Spring 2011 High Level Database Models Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 2/7/20111Lipyeow.
CS 564 Database Management Systems: Design and Implementation
UNIT 2.
Chapters 15 &16 Conceptual and Logical Database Design Methodology.
© Pearson Education Limited, Chapter 7 Entity-Relationship modeling Transparencies.
Slide content original, slide layout from Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Entity-Relationship Model Chapter 2.
Chapter 12 Entity-Relationship Modeling Pearson Education © 2009.
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
 Entity-relationship models (ERM) Entity-relationship models (ERM)  Simple E-R Diagram Simple E-R Diagram  Weak Entity Weak Entity  Strong Entity.
Jozef Kuper.  Describe a Database  Entities  Atributes  Relationships.
1 Conceptual Design using the Entity- Relationship Model.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 7 Data Modeling Using the Entity- Relationship (ER) Model.
1 Database Course. 2 General Information TAs: –Sara Cohen –Jonathan Mamou Course Moderated Newsgroup: local.course.db.ta Students.
Database Design – Lecture 4 Conceptual Data Modeling.
Order Database – ER Diagram Prepared by Megan Foster Fall Semester 2014.
Lecture 03 Entity-Relationship Diagram. Chapter Outline.
Entity-Relationship Modeling. 2 Entity Type u Entity type –Group of objects with same properties, identified by enterprise as having an independent existence.
Mapping E/R to RM, R. Ramakrishnan and J. Gehrke with Dr. Eick’s additions 1 Mapping E/R Diagrams to Relational Database Schemas Second Half of Chapter.
©Silberschatz, Korth and Sudarshan2.1Database System Concepts Chapter 2: Entity-Relationship Model Entity Sets Relationship Sets Mapping Constraints Keys.
Data Modeling AND ER MODELS.
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
Database -Entity-Relationship Model 2012/03/05.
Example COMPANY Database
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 The Entity-Relationship Model Chapter 2.
A short revision on entity- relationship modelling.
IT 5433 LM2 ER & EER Model. Learning Objectives: Explain importance of data modeling Define and use the entity-relationship model Define E/R terms Describe.
IT 5433 LM3 Relational Data Model. Learning Objectives: List the 5 properties of relations List the properties of a candidate key, primary key and foreign.
COP Introduction to Database Structures
Entity- Relationship (ER) Model
MODELS OF DATABASE AND DATABASE DESIGN
Entity/Relationship Model
Instructor: Elke Rundensteiner
Order Database – ER Diagram
Chapter 3 The Relational Model.
Databases: An Introduction
Entity – Relationship Model
The Entity-Relationship Model
Chapter 3 The Relational Model
Presentation transcript:

SLIDE 1IS Fall 2002 Database Management: Discussion Session University of California, Berkeley School of Information Management and Systems SIMS 257: Database Management

SLIDE 2IS Fall 2002 Agenda Review of the ER Model Exercise on the ER Modeling Discussion & Sharing Exercise on basic SQL Comments & Questions

SLIDE 3IS Fall 2002 Database Design Requirement analysis Conceptual database design Logical database design Schema refinement Physical database design Security

SLIDE 4IS Fall 2002 Entity-Relationship Model Describes/Model –Entities- real world objects, described using a set of attributes –Relationships- associations among two or more entities

SLIDE 5IS Fall 2002 Entity-Relationship Model Features –Integrity constraints Key constraint- must be unique Participation constraint (on a relationship)- entity must have at least one relationship with other entity –Weak Entities- entity requires another entity to be uniquely identified –N-way relationship- relates more than two entities –ISA Hierarchies- allows for specific sub-types of entities