24
1 Basic Symbols

Basic Symbols

  • Upload
    hisoki

  • View
    28

  • Download
    0

Embed Size (px)

DESCRIPTION

Basic Symbols. Student Entity type using E-R notation. Multivalued – Employee . Weak (attributive) entity. Example relationships of different degrees. 10. 5. Bill of Materials Unary Relationship. (a) Many-to-Many Relationship. (b) Two Instances. CA. - PowerPoint PPT Presentation

Citation preview

Page 1: Basic Symbols

1

Basic Symbols

Page 2: Basic Symbols

2

Student Entity type using E-R notation

Page 3: Basic Symbols

3

Multivalued – Employee

Page 4: Basic Symbols

4

Weak (attributive) entity

Page 5: Basic Symbols

5

Example relationships of different degrees

10.5

Page 6: Basic Symbols

6

Bill of Materials Unary Relationship

(a) Many-to-Many Relationship

(b) Two Instances

Page 7: Basic Symbols

7

CA Consider the Is_married_to unary relationship

1. Assume we want to know the date on which a marriage occurred. Augment this ER diagram to include a Date_married attribute.

2. Since sometimes persons remarry after the death of a spouse or divorce, redraw this ERD to show the whole history of marriages for person. Show the Date_married attribute on this diagram.

Page 8: Basic Symbols

8

1

PERSON

Is_Married_to

Date_Married

Page 9: Basic Symbols

9

2.

PERSON

Married Date_Married

Page 10: Basic Symbols

10

Page 11: Basic Symbols

11

Optional cardinalities

Page 12: Basic Symbols

12

Mandatory Cardinalities

Page 13: Basic Symbols

13

One optional, one mandatory cardinality

Page 14: Basic Symbols

14

1:M Relationship(ERD)

Page 15: Basic Symbols

15

M:M Relationship(tbl)

Page 16: Basic Symbols

16

M:M Relationship(ERD)

Page 17: Basic Symbols

17

IS-A Relationships(tbl)

Page 18: Basic Symbols

18

IS-A Relationships (ERD)

Page 19: Basic Symbols

19

CA In a real state DB, there is an entity called PROPERTY,

which is a property for sale by the agency. Each time a potential property buyer makes a purchase offer on a property, the agency records the date, offering price, and name of the person making the offer.a. Represent the PROPERTY entity and its purchase offer attributes

using the notation for multivalued attributes.b. Represent the PROPERTY entity and its purchase offer attributes

using two entity types.c. Finally, assume the agency decides to also keep data about buyers

and potential buyers, including their name, phone number, and address. Augment your answer to part b above to accommodate this new entity type.

Page 20: Basic Symbols

20

a.

PROPERTY

Offer_Date, Offer_Price Offer_Name

Property_No

Page 21: Basic Symbols

21

b.

OFFER

Property_No

PROPERTY

Offer_No

Offer_Date

Offer_Price

Offer_Name

Page 22: Basic Symbols

22

c.

OFFER

Property_No

PROPERTY

Offer_No

Offer_Date

Offer_Price

OFFER

Property_No

PROPERTY

Offer_No

Offer_Date

Offer_Price

POTENTIAL_ BUYER

Buyer_No

Phone_No Address

Name

Page 23: Basic Symbols

23

CA - Draw a ER diagram for the following

Page 24: Basic Symbols

24

PRODUCT

CUSTOMER

ORDER

Places

Includes

Name

Customer_No

Street_Address City

State

Zip

Order_No

Order_Date

Promise_Date

Quantity

Product_No

Description

Unit_Price

ERD – customer order