| Biology_Descriptor_tree |
| Logical Entity Name | Biology_Descriptor_tree |
| Default Table Name | Biology_Descriptor_tree |
| Physical Only | NO |
| Do Not Generate | False |
| Owner | |
| Definition | |
| Note | |
| PreSQL | |
| DDL Code | CREATE TABLE Biology_Descriptor_tree(      NODE_ID            NUMBER(19, 0)      NOT NULL,      PARENT_NODE_ID     NUMBER(19, 0),      ELEMENT_ID         NUMBER(19, 0)      NOT NULL,      ELEMENT_STATUS     VARCHAR2(20)       NOT NULL,      LABEL              VARCHAR2(128)      NOT NULL,      IS_LEAF            CHAR(1)            NOT NULL,      DESCRIPTION        VARCHAR2(1000),      FULL_PATH          VARCHAR2(3000),      ABBREVIATION       VARCHAR2(30),      SYNONYMS           VARCHAR2(1000),      EXTERNAL_URL       VARCHAR2(1000),      UNIT_ID            NUMBER(19, 0),      CONSTRAINT PK_BIOLOGY_DESCRIPTOR PRIMARY KEY (NODE_ID),      CONSTRAINT FK_BIOLOGY_DESCRIPTOR_PRNT_SLF FOREIGN KEY (PARENT_NODE_ID)      REFERENCES Biology_Descriptor_tree(NODE_ID) ) ; CREATE INDEX FK_BIOLOGY_DESCRIPTOR_PRNT_SLF ON Biology_Descriptor_tree(PARENT_NODE_ID) ; |
| PostSQL |
| Biology_Descriptor_tree Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
NODE_ID |
Identifier | NUMBER(19, 0) | NO | |
PARENT_NODE_ID |
Identifier | NUMBER(19, 0) | YES | |
| ELEMENT_ID | Identifier | NUMBER(19, 0) | NO | |
| ELEMENT_STATUS | VARCHAR2(20) | NO | ||
| LABEL | VARCHAR2(128) | NO | ||
| IS_LEAF | CHAR(1) | NO | ||
| DESCRIPTION | Description | VARCHAR2(1000) | YES | |
| FULL_PATH | VARCHAR2(3000) | YES | ||
| ABBREVIATION | VARCHAR2(30) | YES | ||
| SYNONYMS | VARCHAR2(1000) | YES | ||
| EXTERNAL_URL | VARCHAR2(1000) | YES | ||
| UNIT_ID | NUMBER(19, 0) | YES |
| Biology_Descriptor_tree Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_BIOLOGY_DESCRIPTOR | PrimaryKey | NODE_ID |
| Biology_Descriptor_tree Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable | Initially Deferred |
| Biology_Descriptor_tree | Non-Identifying | Zero or One to Zero or More | FK_BIOLOGY_DESCRIPTOR_PRNT_SLF | PARENT_NODE_ID | NO | NO | NO |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable | Initially Deferred |
| Biology_Descriptor_tree | Non-Identifying | One To Zero or More | FK_BIOLOGY_DESCRIPTOR_PRNT_SLF | NO | NO | NO |
| Biology_Descriptor_tree Check Constraints |
| Check Constraint Name | CheckConstraint |
| Biology_Descriptor_tree Storage |
| STORAGE OPTION | STORAGE VALUE |
| TABLESPACE | |
| PctFree | |
| PCTUSED | |
| MinExtents | |
| MaxExtents | |
| Initial | |
| Next | |
| PctIncrease | |
| InitTrans | |
| MaxTrans | |
| Organization | Heap |
| Cache | NO |
| Logging | Logged |
| Parallel | NO |
| Parallel Degrees | |
| Parallel Instances | |
| FREELISTS | |
| FREELIST GROUPS | |
| Buffer Pool | |
| Table Compression | NO |
| Row Movement | Disabled |
| Biology_Descriptor_tree Growth Metrics |
| TABLE METRIC | TABLE METRIC VALUE |
| Current Row Count | 100 |
| Growth | Static |
| Growth Type | N/A |
| Growth Period | N/A |
| Maximum Rows | 0 |
| Biology_Descriptor_tree Security Types |
| Name | Current Value |
| Biology_Descriptor_tree Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical Biology_Descriptor_tree |
NO | |||
| BARD - MySQL (MySQL) Does Not Exist |
NO | |||
| BARD_Dev (Oracle) Biology_Descriptor_tree |
NO | |||
| Current Production (Oracle) Does Not Exist |
NO |
| Biology_Descriptor_tree Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | Dictionary |
| BARD_Dev (Oracle) | Main Model |
| BARD_Dev (Oracle) | Dictionary |