| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | integer | not null | |
| user_name | nvarchar(75) | not null | |
| password | nvarchar(75) | not null | |
| role | nvarchar(75) | not null | |
| created_by | integer | not null | |
| modified_by | integer | with null | |
| dt_created | date | not null | |
| dt_last_modified | date | with null |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| user_id | und_job | user_id |