EMPL_GROUP_EMPL |
Default Table Name | EMPL_GROUP_EMPL |
Definition | Name: Employee Group Employees . Description: This table contains the employees assigned to an employee group. |
EMPL_GROUP_EMPL Columns |
ColumnName | Domain | Datatype | NULL | Definition |
EMPL_GROUP_CD![]() |
VARCHAR2(25) | NO | Name: Employee Group. Description: Identifying code for the employee group. |
|
EMPL_ID![]() |
VARCHAR2(20) | NO | Name: Employee ID. Description: Employee ID of a member of the employee group. |
|
MODIFIED_BY | VARCHAR2(20) | NO | Name: Modified By. Description: The User ID of the person who last modified this record. |
|
ROWVERSION | NUMBER(10, 0) | NO | Name: Row Version. Description: The number of times this record has been updated. |
|
TIME_STAMP | DATE | NO | Name: Time Stamp. Description: Date and time the record was last modified. |
EMPL_GROUP_EMPL Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0034 | PrimaryKey | EMPL_GROUP_CD, EMPL_ID |
EMPL_GROUP_EMPL Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
EMPL_GROUP | Identifying | One To Zero or More | F00027 | EMPL_GROUP_CD | NO | NO | ||
EMPL | Identifying | One To Zero or More | F00028 | EMPL_ID | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |