Name | Type MSSql | Type Oracle | Type DB2 | Nullable | Description |
---|---|---|---|---|---|
PMMAV_PMMA_Idnr | int | NUMBER(38,0) | int | false | Identification of metrics values |
PMMAV_Key | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | false | Key of metric |
PMMAV_Value | int | NUMBER(38,0) | int | false | Value of metric |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_PMMAV | PMMAV_PMMA_Idnr, PMMAV_Key | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_PMMAV_PMMA | PMMAV_PMMA_Idnr | PMMA_Idnr |
Return to the Index File