remark origin 
Logical Entity Name  remark origin 
Default Table Name  remark origin 
Definition   

remark origin Columns 
ColumnName  Domain  Datatype  NULL  Definition 
lineno(PK)(FK)    NUMBER(15, 0)  NO  Comment line number. This integer attribute is assigned as a sequence number for multiple line comments. The combination of commid and lineno is unique 
commid(PK)(FK)    NUMBER(15, 0)  NO  Comment Identifier 
orid(PK)(FK)    NUMBER(15, 0)  NO  Origin identification. Each origin is assigned a unique positive integer which identifies it in the database. The orid is used to identify one of the many hypotheses of the actual location of the event 

remark origin Primary and Unique Keys 
Key Name  Key Type  Keys 
PK60  PrimaryKey  lineno, commid, orid 

remark origin Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
remark  Identifying  One To Zero or More        lineno, commid  NO  NO  NO 
origin  Identifying  One To Zero or More        orid  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

remark origin Check Constraints 
Check Constraint Name  CheckConstraint