
July 29th, 2011, 08:16 AM
|
|
Registered User
|
|
Join Date: Jul 2011
Location: Italy BZ
Posts: 16
Time spent in forums: 1 h 57 m 26 sec
Reputation Power: 0
|
|
Hi,
IMHO this is not a ER-Diagram. I suggest to take a look to DIA software, you can found it on THIS link. Under the options you will find ER mode.
A ER diagram shows the entities, like the objects in a OO programming. In your case the entities could be the ROOMS, STAFF_MEMBERS. A relation is something like a conjunction for entities. In your case it could be INSPECTED for these 2 entities.
To create a correct ER, you have first to find out WHAT you want to store, second how to put all toghether (relations). The last part is to find common fields and define primary/secondary keys.
Try...and let me know.
|