| Database Table EmployeeProfile |
[This is preliminary documentation and is subject to change.]
Each row in this table corresponds to an association between an employee and a profile
Field name | Type | Note | Description |
|---|---|---|---|
Employee_Id | INT | Foreign key | Link to Employee record |
ProfileName | VARCHAR(255) | Foreign key | Link to Profile record |
Table | Relation |
|---|---|
Employee | See field Employee_Id above. |
Profile | See field Profile_Name above. |