View Single Post
Join Date: Dec 2008
Posts: 9
Reputation: muek is an unknown quantity at this point 
Solved Threads: 0
muek muek is offline Offline
Newbie Poster

Re: Crazy CrossTab problems

 
0
  #9
Dec 30th, 2008
Hi RamyMahrus,

my DB design is the following:
I have 3 tables:
- work (workID, description)
- machine (machineID, name)
- work_machine (machineID, workID, hours)

Can you tell me what's wrong?


Originally Posted by RamyMahrous View Post
As I said, you've lack in your design, I am sorry but your database design is wrong. It need some normalization
Reply With Quote