This illustration shows an example of many-to-many employee bean relationship. There is a table row on the left labeled "EmpBean_empl_jar_employee" with the following column heads: "empno", "empName", and "salary". On the right, there is a table row labeled "ProjectBean_empl_jar_employee" with the following columns: "autoid" and "projectName". Beneath these two is a third table row labeled "ProjectBean_employees_Em_fj49g". This row contains the following columns: "FK:EmpBean_empno" and "FK:EmpBean_autoid". There is an arrow pointing from the "FK:EmpBean_empno" column in the "ProjectBean_employees_Em_fj49g" table to the "empno" column in the "EmpBean_empl_jar_employee" table, and a second arrow pointing from the "FK:EmpBean_autoid" column in the "ProjectBean_employees_Em_fj49g" to the "autoid" column in the "ProjectBean_empl_jar_employee" table.