Concept explainers
Question
how can I Write the CREATE
The relational schema is
Region(RegionID, regionName, director)
StateOfRegion (stateCode, stateName, statePopulation, Region ID(fk))
Store(storeID, phone, manager, address, EmpID (fk))
Employee( empID, empName, hireDate, birthDate, socSecNum, storeID (fk) )
Supplier ( supplierID, suppliername, contact, email, phone)
Supplies( storeID (fk), supplierID (fk), start Date)

Transcribed Image Text:regionID
statecode
M
stateName
regionName
Region
in
State OfRegion
statePopulation
director
1
RegionID_Fk
contain
storelD FK
Store ID
M
empID
phone
1
M
store
employ
employee
empName
manager
hireDate
address
1
birthDate
RegionID_FK
manages
M
socsecNum
storelD FK
supplierlD FK
Supplies
startDate
supplierlD
supplierName
contact
Supplier
email
phone
0000
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.