Chapter 8: Enhanced ER Model

Similar documents
Chapter 8 The Enhanced Entity- Relationship (EER) Model

Enhanced Entity-Relationship (EER) Modeling

THE ENHANCED ER (EER) MODEL CHAPTER 8 (6/E) CHAPTER 4 (5/E)

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Chapter 4. Enhanced Entity- Relationship Modeling. Enhanced-ER (EER) Model Concepts. Subclasses and Superclasses (1)

Chapter (4) Enhanced Entity-Relationship and Object Modeling

CS 338 The Enhanced Entity-Relationship (EER) Model

COIS Databases

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 4-1

Chapter 9: Relational DB Design byer/eer to Relational Mapping Relational Database Design Using ER-to- Relational Mapping Mapping EER Model

LELCTURE 4: ENHANCED ENTITY-RELATIONSHIP MODELING (EER)

Enhanced Entity- Relationship Models (EER)

Database Systems. A Practical Approach to Design, Implementation, and Management. Database Systems. Thomas Connolly Carolyn Begg

DATABASE DESIGN I - 1DL300

COMP102: Introduction to Databases, 13

DATABASDESIGN FÖR INGENJÖRER F

Chapter 2: Entity-Relationship Model

Lecture 10. Spring 2018 Borough of Manhattan Community College

DATABASE DESIGN I - 1DL300

DATABASTEKNIK - 1DL116

Relational DB Design by ER- and EER-to-Relational Mapping Design & Analysis of Database Systems

Database Management


Using High-Level Conceptual Data Models for Database Design A Sample Database Application Entity Types, Entity Sets, Attributes, and Keys

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 8 Data Modeling Advanced Concepts

Outline. Note 1. CSIE30600 Database Systems ER/EER to Relational Mapping 2

ER to Relational Mapping

ER-to-Relational Mapping

Chapter 17. Methodology Logical Database Design for the Relational Model

Chapter 7: Entity-Relationship Model

Chapter 7: Entity-Relationship Model

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Chapter 7 Relational Database Design by ER- and EERR-to-Relational Mapping

Entity Relationship Data Model. Slides by: Shree Jaswal

Chapter 7: Entity-Relationship Model

Chapter 6: Entity-Relationship Model

Chapter 11 Object and Object- Relational Databases

Ch 9: Mapping EER to Relational. Follow a seven-step algorithm to convert the basic ER model constructs into relations steps 1-7

Roadmap of This Lecture. Weak Entity Sets Extended E-R Features Reduction to Relation Schemas Database Design UML*

A l Ain University Of Science and Technology

CMP-3440 Database Systems

Modeling Databases Using UML

Chapter 6: Entity-Relationship Model. E-R Diagrams

Chapter 3 The Enhanced E-R Model

S T R U C T U R A L M O D E L I N G ( M O D E L I N G A S Y S T E M ' S L O G I C A L S T R U C T U R E U S I N G C L A S S E S A N D C L A S S D I A

Unified Modeling Language (UML)

Topic 5: Mapping of EER Diagrams to Relations

Chapter 6. Advanced Data Modeling. Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Chapter 9 Outline. Relational Database Design by ER and EERto-Relational. Mapping Fundamentals of Database Systems

Chapter 7: Entity-Relationship Model

Intro to DB CHAPTER 6

Chapter 6: Entity-Relationship Model

COSC 304 Introduction to Database Systems Enhanced Entity-Relationship (EER) Modeling

Conceptual Database Design

Lecture 10 - Chapter 7 Entity Relationship Model

Information Technology Audit & Cyber Security

Data Modeling Using the Entity-Relationship (ER) Model

Overview of Database Design Process Example Database Application (COMPANY) ER Model Concepts

CEN/ISSS WS/eCAT. Terminology for ecatalogues and Product Description and Classification

Chapter 6: Entity-Relationship Model. The Next Step: Designing DB Schema. Identifying Entities and their Attributes. The E-R Model.

A l Ain University Of Science and Technology

The Next Step: Designing DB Schema. Chapter 6: Entity-Relationship Model. The E-R Model. Identifying Entities and their Attributes.

Module 2 : Entity-Relationship Model 15

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN

Object Modeling. Entity-Relationship (ER) diagrams (1976) Object Modelling Technique (OMT) diagrams (1991)

Copyright 2016 Ramez Elmasr and Shamkant B. Navathei

The En'ty Rela'onship Model

Unit1: Introduction. Database System Concepts, 6 th Ed. Silberschatz, Korth and Sudarshan See for conditions on re-use

Database Design Process

For 100% Result Oriented IGNOU Coaching and Project Training Call CPD TM : ,

Modern Systems Analysis and Design Seventh Edition

Conceptual Data Models for Database Design

The Entity-Relationship Model. Steps in Database Design

Topic 2 Discussion Topic: Enhanced Entity Relationship Concepts. Conceptual Design: Enhanced Entity Relationship Model

DATA MODELS FOR SEMISTRUCTURED DATA

Introduction to Database. Dr Simon Jones Thanks to Mariam Mohaideen

CSE 530A. ER Model. Washington University Fall 2013

Overview of Database Design Process. Data Modeling Using the Entity- Relationship (ER) Model. Two main activities:

Entity-Relationship Model. Dr. Samaresh Mishra, School of Computer Engineering, KIIT University, Bhubaneswar

Multiple Choice Questions

Chapter 3 Data Modeling Using the Entity- Relationship (ER) Model

Entity-Relationship Model

CMPT 354 Database Systems I

Metamodeling with Metamodels. Using. UML/MOF including OCL

Chapter Outline. Note 1. Overview of Database Design Process Example Database Application (COMPANY) ER Model Concepts

Fundamentals of. Database Systems. Shamkant B. Navathe. College of Computing Georgia Institute of Technology PEARSON.

Conceptual Data Modeling by David Haertzen

6.1 RELATIONSHIP CONCEPTS

E-R Model. Hi! Here in this lecture we are going to discuss about the E-R Model.

Chapter 6: Entity-Relationship Model

Chapter 2 Entity-Relationship Data Modeling: Tools and Techniques. Fundamentals, Design, and Implementation, 9/e

Review -Chapter 4. Review -Chapter 5

Contents Contents 1 Introduction Entity Types... 37

Relational Model: History

Data Analysis 2. Chapter 2.2 V3.0. Napier University Dr Gordon Russell

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 4 Entity Relationship (ER) Modeling

Unified Modeling Language (UML) Class Diagram

Database Design Phases. History. Entity-relationship model. ER model basics 9/25/11. Entity-relationship (ER) model. ER model basics II

Ontology Development. Farid Naimi

Problem. Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications

Transcription:

Chapter 8: Enhanced ER Model Subclasses, Superclasses, and Inheritance Specialization and Generalization Constraints and Characteristics of Specialization and Generalization Hierarchies Modeling of UNION Types Using Categories

Chapter 8 Outline (cont d.) A Sample UNIVERSITY EER Schema, Design Choices, and Formal Definitions Example of Other Notation: Representing Specialization and Generalization in UML Class Diagrams Data Abstraction, Knowledge Representation, and Ontology Concepts

The Enhanced Entity- Relationship (EER) Model Enhanced ER (EER) model Created to design more accurate database schemas Reflect the data properties and constraints more precisely More complex requirements than traditional applications

Subclasses, Superclasses, and Inheritance EER model includes all modeling concepts of the ER model In addition, EER includes: Subclasses and superclasses Specialization and generalization Category or union type Attribute and relationship inheritance

Subclasses, Superclasses, and Inheritance (cont d.) Enhanced ER or EER diagrams Diagrammatic technique for displaying these concepts in an EER schema Subtype or subclass of an entity type Subgroupings of entities that are meaningful Represented explicitly because of their significance to the database application

Subclasses, Superclasses, and Inheritance (cont d.) Terms for relationship between a superclass and any one of its subclasses Superclass/subclass Supertype/subtype Class/subclass relationship Type inheritance Subclass entity inherits all attributes and relationships of superclass

Specialization Specialization and Generalization Process of defining a set of subclasses of an entity type Defined on the basis of some distinguishing characteristic of the entities in the superclass Subclass can define: Specific attributes Specific relationship types

Specialization and Generalization (cont d.) Certain attributes may apply to some but not all entities of the superclass Some relationship types may be participated in only by members of the subclass

Generalization Reverse process of abstraction Generalize into a single superclass Original entity types are special subclasses Generalization Process of defining a generalized entity type from the given entity types

Constraints and Characteristics of Specialization and Generalization Hierarchies Constraints that apply to a single specialization or a single generalization Differences between specialization/ generalization lattices and hierarchies

Constraints on Specialization and Generalization May be several or one subclass Determine entity subtype: Predicate-defined (or condition-defined) subclasses Attribute-defined specialization User-defined

Constraints on Specialization and Generalization (cont d.) Disjointness constraint Specifies that the subclasses of the specialization must be disjoint Completeness (or totalness) constraint May be total or partial Disjointness and completeness constraints are independent

Specialization and Generalization Hierarchies and Lattices Specialization hierarchy Every subclass participates as a subclass in only one class/subclass relationship Results in a tree structure or strict hierarchy Specialization lattice Subclass can be a subclass in more than one class/subclass relationship

Specialization and Generalization Hierarchies and Lattices (cont d.) Multiple inheritance Subclass with more than one superclass If attribute (or relationship) originating in the same superclass inherited more than once via different paths in lattice Included only once in shared subclass Single inheritance Some models and languages limited to single inheritance

Utilizing Specialization and Generalization in Refining Conceptual Schemas Specialization process Start with entity type then define subclasses by successive specialization Top-down conceptual refinement process Bottom-up conceptual synthesis Involves generalization rather than specialization

Modeling of UNION Types Using Categories Union type or a category Represents a single superclass/subclass relationship with more than one superclass Subclass represents a collection of objects that is a subset of the UNION of distinct entity types Attribute inheritance works more selectively Category can be total or partial Some modeling methodologies do not have union types

A Sample UNIVERSITY EER Schema, Design Choices, and Formal Definitions The UNIVERSITY Database Example UNIVERSITY database Students and their majors Transcripts, and registration University s course offerings

Design Choices for Specialization/Generalization Many specializations and subclasses can be defined to make the conceptual model accurate If subclass has few specific attributes and no specific relationships Can be merged into the superclass

Design Choices for Specialization/Generalization (cont d.) If all the subclasses of a specialization/generalization have few specific attributes and no specific relationships Can be merged into the superclass Replace with one or more type attributes that specify the subclass or subclasses that each entity belongs to

Design Choices for Specialization/Generalization (cont d.) Union types and categories should generally be avoided Choice of disjoint/overlapping and total/partial constraints on specialization/generalization Driven by rules in miniworld being modeled

Formal Definitions for the EER Class Model Concepts Set or collection of entities Includes any of the EER schema constructs of group entities Subclass Class whose entities must always be a subset of the entities in another class Specialization Set of subclasses that have same superclass

Formal Definitions for the EER Model Concepts (cont d.) Generalization Generalized entity type or superclass Predicate-defined Predicate on the attributes of is used to specify which entities in C are members of S User-defined Subclass that is not defined by a predicate

Formal Definitions for the EER Model Concepts (cont d.) Category Class that is a subset of the union of n defining superclasses Relationship type Any class can participate in a relationship

Example of Other Notation Representing specialization and generalization in UML class diagrams Basic notation See Figure 8.10 Base class Root superclass Leaf classes Subclasses (leaf nodes)

Data Abstraction, Knowledge Representation, and Ontology Concepts Goal of knowledge representation (KR) techniques Accurately model some domain of knowledge Create an ontology that describes the concepts of the domain and how these concepts are interrelated Goals of KR are similar to those of semantic data models Important similarities and differences

Classification and Instantiation Classification Systematically assigning similar objects/entities to object classes/entity types Instantiation Inverse of classification Generation and specific examination of distinct objects of a class

Classification and Instantiation Exception objects (cont d.) Differ in some respects from other objects of class KR schemes allow such class properties One class can be an instance of another class (called a meta-class) Cannot be represented directly in EER model

Identification Abstraction process Classes and objects are made uniquely identifiable by means of some identifier Needed at two levels To distinguish among database objects and classes To identify database objects and to relate them to their real-world counterparts

Specialization Specialization and Generalization Classify a class of objects into more specialized subclasses Generalization Generalize several classes into a higher-level abstract class Includes the objects in all these classes

Aggregation and Association Aggregation Abstraction concept for building composite objects from their component objects Association Associate objects from several independent classes Main structural distinction When an association instance is deleted Participating objects may continue to exist

Ontologies and the Semantic Web Documents contain less structure than database information does Semantic Web Allow meaningful information exchange and search among machines Ontology Specification of a conceptualization Specification Language and vocabulary terms used to specify conceptualization

Summary Enhanced ER or EER model Extensions to ER model that improve its representational capabilities Subclass and its superclass Category or union type Notation and terminology of UML for representing specialization and generalization