credit 
Logical Entity Name  credit 
Default Table Name  credit 
Definition  Associates a credit reference to a table row (used by Jiggle) 

credit Columns 
ColumnName  Domain  Datatype  NULL  Definition 
id(PK)    NUMBER(15, 0)  NO  Primary key id like evid,orid,magid,mecid 
tname(PK)    VARCHAR2(30)  NO  Name of table in which id is a key 
refer    VARCHAR2(80)  NO  Credit reference (e.g. keyid of credit_alias table) 

credit Primary and Unique Keys 
Key Name  Key Type  Keys 
pk_credit  PrimaryKey  id, tname 

credit Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

credit Check Constraints 
Check Constraint Name  CheckConstraint