M
marha37
Hi..I would love some help if anyone can answer..
I have a taxi leasing company and am having some trouble with normalization.
I have more than one corporation that has multiple medallions (taxi)
Each corporation has specific information for the corporation but, also
would be used for each medallion (taxi) in the corporation.
Each medallion is associated with one vehicle
Each vehicle can be driven by 1-3 drivers per week.
Each driver can only drive one vehicle at a time.
There are different payment choices depending on the taxi
I have built corp table, corp owners table, medallion table, drivers table,
payments table. Most of these tables the common primary key seems to be the
medallion number except the drivers which is thier Chauffeers license number.
I feel I should some how break this down further since all the primary keys
seem to be connected to the main element which is the medallion number. The
problem is that the primary key can not be duplicated and the number has to
be used again and again like in the payments. That is why I think I should
do something else.
I am hoping someone can help me to understand what i am doing wrong...or
right?
thanks for any help given!
I have a taxi leasing company and am having some trouble with normalization.
I have more than one corporation that has multiple medallions (taxi)
Each corporation has specific information for the corporation but, also
would be used for each medallion (taxi) in the corporation.
Each medallion is associated with one vehicle
Each vehicle can be driven by 1-3 drivers per week.
Each driver can only drive one vehicle at a time.
There are different payment choices depending on the taxi
I have built corp table, corp owners table, medallion table, drivers table,
payments table. Most of these tables the common primary key seems to be the
medallion number except the drivers which is thier Chauffeers license number.
I feel I should some how break this down further since all the primary keys
seem to be connected to the main element which is the medallion number. The
problem is that the primary key can not be duplicated and the number has to
be used again and again like in the payments. That is why I think I should
do something else.
I am hoping someone can help me to understand what i am doing wrong...or
right?
thanks for any help given!