apedosmil8
IS-IT--Management
I'm having trouble with using the AWK command.
I have 3 tables
Employee Table
21/John Doe/39000/Clerk
21 is the employee ID,
Sales Table
104,9,03:01:2007,21
104 is the item ID, 9 is the quantity, and 21 is the employee ID
Products Table
104:fishing line:0.99
104 is the item ID and 0.99 is the price. There is more then just this for data but I wanted to show the relationship.
What would be the best approach to this? I'm lost, I tried something with Join but now I'm not sure if that's a good idea.
Any ideas?
Thanks
I have 3 tables
Employee Table
21/John Doe/39000/Clerk
21 is the employee ID,
Sales Table
104,9,03:01:2007,21
104 is the item ID, 9 is the quantity, and 21 is the employee ID
Products Table
104:fishing line:0.99
104 is the item ID and 0.99 is the price. There is more then just this for data but I wanted to show the relationship.
What would be the best approach to this? I'm lost, I tried something with Join but now I'm not sure if that's a good idea.
Any ideas?
Thanks