Contains information about security roles
| Column Name | Column Datatype | Column Null Option | Column Comment |
| rdid | integer | not null | Role ID. Primary key. |
| rdname | nvarchar(100) | with null | Role Name |
| rddesc | nvarchar(255) | with null | Role Description |
| role_uuid | byte(16) | not null | Role uuid |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table