Question: erdiagram ticketing notation=crowsfoot entity Events { code key title season year } entity Venues { id key name } weak entity Sectors { sector_number partial-key

erdiagram ticketing

notation=crowsfoot

entity Events {

code key

title

season

year

}

entity Venues {

id key

name

}

weak entity Sectors {

sector_number partial-key

seats

}

weak entity Seats {

seat_number partial-key

status

}

weak entity EventDays {

date partial-key

time partial-key

}

entity Customers {

email key

name

address

phone

credit_card

}

relationship happens_at {

Events[0..N] -> Venues[1]

}

relationship divided_in {

Venues[1] -> Sectors[1..N]

}

relationship has {

Sectors[1] -> Seats[1..N]

}

relationship happens_on {

Events[1] -> EventDays[1..N]

}

relationship priced {

EventDays[1..N] -> Sectors[1..N]

price

}

relationship purchases {

Customers[1..N] -> Seats[1..N] -> EventDays[1..N]

}

Create a relational schema

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!