Yogesh Nath Posted April 30, 2007 Posted April 30, 2007 (edited) I want to create a simple job tracking system. I have created 4 tables called "Job (job_id as PK)", "Customer (customer_id as PK)" "Employee (Employee_id as PK)" and "LineItem (LineItem_id as PK, Job_id(FK), Employee_id(FK), Customer_id(FK))". Is this the way to go? Are all the tables simply joined to the LineItem table via Foreign Key? Please help. Thank you kindly. Edited April 30, 2007 by Guest
Recommended Posts
This topic is 6487 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now