Any tools that can convert the relational model to E-R diagram?
The example of relational model (not completed) is given below:
model TheOrganisation
domains
PeopleNames = string
DepartmentNames = string
AgencyNames = string
Addresses = string
AgentNumbers = 000 .. 100
Jurisdictions = (regional, national, international)
Descriptions = string
relation Agency
Name : AgencyNames
Address : Addresses
Responsibility : Jurisdictions
primary key Name
relation Department....
2007-03-09
22:09:59
·
2 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics