This illustration shows an example of many-to-many employee bean relationship. There is a table row on the left labeled "PROJECT" with the following column heads: "PK:PROJECTNO" and "PNAME". On the right, there is a table row labeled "EMP" with the following columns: "PK:EMPNO", "ENAME", and "SAL". Beneath these two is a third table row labeled "PROJECT_EMP". This row contains the following columns: "PROJECT_NO" and "EMPLOYEE_NO". There is an arrow pointing from the "PROJECT_NO" column in the "PROJECT_EMP" table to the "PK:PROJECTNO" column in the "PROJECT" table, and a second arrow pointing from the "EMPLOYEE_NO" column in the "PROJECT_EMP" table to the "PK:EMPNO" column in the "EMP" table.