EMPL_DESKTOP_LEFT 
Default Table Name  EMPL_DESKTOP_LEFT 
Definition 
 Name: Employee Desktop Left Columns .     Description: This table contains the left column items for the employees desktop.
 

EMPL_DESKTOP_LEFT Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
DESKTOP_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Desktop Code. Description: The identifier for the desktop item.
 
DESKTOP_ORDER_NO    NUMERIC(10, 0)  NO 
Name: Order. Description: A numeric field that is used to sort the item for presentation on desktop.
 
SHOW_FL    VARCHAR(1)  NO 
Name: Show Flag. Description: Logical as to whether this items details should be shown by default.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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_DESKTOP_LEFT Keys 
Key Name  Key Type  Keys 
RI_F00097  Inversion Entry  DESKTOP_CD 
RI_F00096  Inversion Entry  EMPL_ID 
PI_0124  PrimaryKey  EMPL_ID, DESKTOP_CD 

EMPL_DESKTOP_LEFT Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL  Identifying  One To Zero or More        EMPL_ID  NO 
DESKTOP  Identifying  One To Zero or More        DESKTOP_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype