SALES_REP 
Default Table Name  SALES_REP 
Definition 
 

SALES_REP Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SALES_REP_ID(PK)    VARCHAR2(12)  NO 
 
EMPL_ID(FK)    VARCHAR2(12)  NO 
 
PHONE_ID    VARCHAR2(25)  NO 
 
FAX_ID    VARCHAR2(25)  NO 
 
SALES_TERR_KEY(FK)    NUMBER(10, 0)  YES 
 
MODIFIED_BY    VARCHAR2(20)  NO 
 
COMPANY_ID(PK)    VARCHAR2(10)  NO 
 
TIME_STAMP    DATE  NO 
 
ROWVERSION    NUMBER(10, 0)  YES 
 

SALES_REP Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_1230  PrimaryKey  SALES_REP_ID, COMPANY_ID 

SALES_REP Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
AR_SALES_TERR  Non-Identifying  Zero or One to Zero or More  F10053      SALES_TERR_KEY  NO  NO  NO 
EMPL  Non-Identifying  One To Zero or More  F10054      EMPL_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
SO_HDR  Non-Identifying  One To Zero or More  F10073        NO  NO  NO