We can help you understand what an entity diagram is, but we won't do it for you. First you'd need to decide what major data "entities" you have ... for example, you'd likely need to store information about Patients, Clinics, Doctors, etc etc ... those would be "entities", and each would likely require a table. You'd also need to determine the "properties" of those entities (eg, the Name of the clinic, Location etc etc) and decide which of those might be best represented by related tables, or by directly storing this info in the main tables ... from there you simply keep working the data, refining it until you have the basic data entities, properties, etc in some sort of logical format. From there, you'd then sketch your ER diagram.
Main Topics
Browse All Topics





by: emoreauPosted on 2009-01-12 at 08:00:06ID: 23354316
that's homework!