This illustration shows a typical one-to-many bean relationship. There is a table row on the left labeled "DEPT" with the following columns (left to right): "PK:DEPT_NO" and "DNAME". There is a table row on the right labeled "EMP" with the following columns (left to right): "PK:EMP_NO", "ENAME", "SAL", and "FK:EDEPT_NO". There is an arrow pointing from the "FK:EDEPT_NO" column in the "EMP" table to the "PK:DEPT_NO" column in the "DEPT" table.