Common Database Reference table containing the common class names and descriptions.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| class_id | integer | not null | ID number of class |
| class_name | nvarchar(100) | with null | Name of class |
| class_description | nvarchar(255) | with null | Description of class |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| class_id | ca_class_hierarchy | child_class_id |
| class_id | ca_class_hierarchy | parent_class_id |
| class_id | ca_software_def_class_def_matrix | class_id |