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.
Looks to me like Client No functionally determines Client Name and perhaps Tel No, but it does not determine anything else. The same client could use your taxi service for 2 different journeys.
In a normalised set of relations, all non-key attributes must be dependent directly on the relation key.
Your first relation has the key {JobID, StaffNo}. Is that right? Can there be 2 records with the same JobID but a different StaffNo?
Does the Veh Reg No depend on the JobID AND the StaffNo as you have it, or does it depend just on the StaffNo? (It could be either, depending on whether cars "belong" to the Staff or are shared between them).