Let’s suppose I have an Employee table and a Team table.
In the Employee table, each row is an employee, and there is a field called “Role” that indicates their role (Engineer, Designer, Manager, etc.)
In the Team table, each row is a team, and there...