
Patrick B. answered 06/10/21
Math and computer tutor/teacher
Table TheatreCompany
reg# (primary key)
name
Table Theatre
id (primary key)
name
address
Table CompanyXTheatre
reg# (foregin key references TheatreCompany)
theatreID (foriegn key reference Theatre)
Table Movie
id (primary key)
nameTitle
theatreID (foriegnKey)
Table MovieScreen
theatreID (foreignKey)
id
maxSeatingCapacity
movieId (foreignKey)
----------------------------------------------------------------
table RealEstateOffice
businessID# (primary key)
address
description
table HouseListing
RealEstateOfficeBusinessID# (foreign key)
address
area
# of rooms
# of bathrooms
# of bedrooms
agentID# (foreign key)
table RealEstateAgent
agentID# (primary key)
name
salary
table RealEstateAgentXOffice
businessID# (foreign key)
agentID (foreign Key)

Patrick B.
email for diagram06/10/21