Jump to content

This topic is 6487 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.