stacorrections 
Logical Entity Name  stacorrections 
Default Table Name  stacorrections 
Definition   

stacorrections Columns 
ColumnName  Domain  Datatype  NULL  Definition 
net(PK)    VARCHAR2(8)  NO   
sta(PK)    VARCHAR2(6)  NO   
seedchan(PK)    VARCHAR2(3)  NO   
channel    VARCHAR2(8)  YES   
channelsrc    VARCHAR2(8)  YES   
location(PK)    VARCHAR2(2)  NO   
auth    VARCHAR2(15)  YES   
corr    FLOAT(126)  NO   
corr_flag    VARCHAR2(1)  YES   
corr_type(PK)    VARCHAR2(3)  NO   
ondate(PK)    DATE  NO   
offdate    DATE  NO   
lddate    DATE  YES   

stacorrections Primary and Unique Keys 
Key Name  Key Type  Keys 
stacoo  PrimaryKey  net, sta, seedchan, location, corr_type, ondate 

stacorrections 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 

stacorrections Check Constraints 
Check Constraint Name  CheckConstraint 
stac02  corr_flag in ('D','C','F') 
stac01  corr_type in ('ml','me','mca','mh','md','mw','mb','m0','vel','acc')