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