This tables holds the list of UDBM products that are installed on each host. The version for each product is also stored.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_id | integer | not null | Id of the machine where the product is installed. |
| component_code | varchar(250) | not null | UDBM product code. This identifies the UDBM product. |
| version | varchar(255) | not null | Version of the UDBM product installed on this host. |
| name | varchar(255) | not null | UDBM product name. |
| short_name | varchar(255) | with null | Short version of the UDBM product name. |
Product Name: Unicenter Database Management
Table Type: Table