If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Basically Im having trouble with an Entity Relationship Diagram (ERD), for an assignment. The ERD is based on a simple scenario, I have attempted it a few times and the lecturer says its not right.
... she was not happy with the skilled vehicle drivers entity
neither am i
in words, what does one instance of this entity represent? what is that pk made of? it looks like it might be an auto_increment, and generally speaking, you should never have an auto_increment for a relationship table
see what you can do if that table were completely eliminated
One would think that colleges could sure come up with better real life examples to model. ..driver skill?? I personally don't see where that ties into an order.
Do you have any sudgestions?
Basically i just want a quick solution so i can get the schema finished and build for oracle database and get the assisgnment out the way.
I can give you my opinions about your model but r937 is the one you want to listen to.
Do you have the option of totally removing the skill entity or did your instructor tell you that you had to have it? I don't understand what driver skill has to do with an order.
This is how I would model it. I would remove the three entities you have for the special vehicles. You can use the vehicle type column in the vehicle entity to track that.
Quote:
particular skills are not necessarily associated with a vehicle, however; the drivers’ skills information is used merely as a guide to driver allocation at present.
Because of this, I simply associated the chauffer's skill set with the driver. I am assuming that the "skilled vehicle driver" entity is only a record of the skill levels that a driver can have.
Cool thats fine with me.
Ive been at it for 3 weeks and i was only really asking for asistance, I learn through examples and this is the first one ive attempted.
In my oppion data modeling is not clear cut. Its more on the oppions of erd designer. That is basically what i was asking for.