Defines the installation sub components available on the system
| Column Name | Column Datatype | Column Null Option | Column Comment |
| installed_subcomponent_id | varchar(50) | not null | The unique id for the installed sub component |
| class | varchar(64) | with null | The java class implementation for this sub component |
| installed_component_id | varchar(50) | with null | The handle to the installed component |
| comment | nvarchar(64) | with null | A descriptive comment for this component |
| description | nvarchar(128) | with null | Description of this component |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| installed_subcomponent_id | usm_link_install_comp_subcomp | installed_subcomponent_id |
| installed_subcomponent_id | usm_plugin_type | installed_subcomponent_id |
| installed_subcomponent_id | usm_plugin | installed_subcomponent_id |
| installed_subcomponent_id | usm_rule_event_type | installed_subcomponent_id |