Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Database Management System Lecture 11: Inheritance and Entity-Relationship Model, Slides of Introduction to Database Management Systems

An in-depth exploration of inheritance in database management systems, focusing on the relationship between supertypes and subtypes, as well as the concepts of completeness and disjointness constraints. Additionally, it covers the use and identification of super-subtype relationships, specifying constraints, and the summary of the entity-relationship (er) data model. The er data model is a semantic data model used for conceptual database design, consisting of entities, relationships, and attributes.

Typology: Slides

2011/2012

Uploaded on 11/03/2012

dharmaraaj
dharmaraaj 🇮🇳

4.4

(65)

153 documents

1 / 27

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Database
Management
System
Lecture - 11
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b

Partial preview of the text

Download Database Management System Lecture 11: Inheritance and Entity-Relationship Model and more Slides Introduction to Database Management Systems in PDF only on Docsity!

Database

Management

System

Lecture - 11

Inheritance

Gen/Spec relationship results inheritance between supertype and subtypes

Subtypes inherit or get all the attributes of supertype

Super/Subtype Relationship

Use/Advantage How to identify  General knowledge  Based on the attributes

Specifying Constraints

Completeness constraint  Total specialization rule  Partial specialization Disjointness constraint  Disjoint rule  Overlap rule

Subtype Discriminator

To determine the subtype of a supertype instance

Place an attribute in the supertype whose value determines the subtype type

Disjoint Discriminator

Summary of the E-R Data Model

A semantic data model

Used for the conceptual

database design

Provides three main structures

Entities, Relationships and

attributes

Regular Entity Type

Weak Entity Type

NAME
NAME

Symbols

Attribute represents a property or characteristic of an ET

Attribute can be

Simple Composite Multi-valued Derived

Relationships are link or association between ETs

Relationships can be unary, binary, ternary or n-ary

Relationships are represented using diamonds linked with participant ETs

Unary, Binary and Ternary Rships