This illustration shows an example of many-to-many employee bean relationship. There is a table row on the left labeled "EMP" with the following column heads: "PK:EMPNO", "ENAME", and "SAL". On the right, there is a table row labeled "PHONE" with the following columns: "PK:AUTO_ID", "PHONE_NO", and "PHONE_TYPE". Beneath these two is a third table row labeled "EMP_PHONE". This row contains the following columns: "EMPLOYEE" and "PHONEBEAN_AUTOID". There is an arrow pointing from the "EMPLOYEE" column in the "EMP_PHONE" table to the "PK:EMPNO" column in the "EMP" table, and a second arrow pointing from the "PHONEBEAN_AUTOID" column in the "EMP_PHONE" table to the "PK:AUTO_ID" column in the "PHONE" table.