EmployeeTickets and a table CustomersTickets. Both table have a Id field, but that id field is like a primary key for both tables. Eg: If EmployeeTickets have a row with Id 1, If I insert something in CustomersTicket, the Id must be 2, and not 1.