| program |
| Logical Entity Name | program |
| Default Table Name | program |
| Definition | Maps Program Names to PROGID's (used in sql_chanloader system( |
| program Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
progid |
NUMBER(8, 0) | NO | Primary Key | |
| name | VARCHAR2(16) | NO | Program name used in sql_chanloader system. Example: AmpGen | |
| lddate | DATE | YES | Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| program Primary and Unique Keys |
| Key Name | Key Type | Keys |
| progkey01 | PrimaryKey | progid |
| program Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |
| config_channel | Identifying | One To Zero or More | NO | NO |
| program Check Constraints |
| Check Constraint Name | CheckConstraint |
| prog02 | progid > 0 |