Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Inflection Tables
Inflection | |||
Name | Type | Properties | Notes |
ifTermLC | CHAR(105) | PRIMARY KEY | Lowercase of Inflected Term |
ifTerm | CHAR(105) | . | Inflected Term |
termCat | INT | . | Category |
termInfl | LONG | . | Inflection |
eui | CHAR(8) | NOT NULL, Indexed | EUI: Unique ID |
unTerm | CHAR(105) | . | Uninflected Term |
unTermLC | CHAR(105) | Indexed | Lowercase of Uninflected Term |
ctTerm | CHAR(105) | . | Citation Term |
Notes:
The maximum length for ifTerm, ifTerm is 103. We use CHAR(105) for those columns.
The maximum length for unTerm, ifTerm is 103. We use CHAR(105) for those columns.