| Column Name | Column Datatype | Column Null Option | Column Comment |
| job_id | integer | not null | |
| user_id | integer | not null | |
| name | nvarchar(75) | with null | |
| description | nvarchar(200) | with null | |
| status | nvarchar(75) | with null | |
| reoccurring_interval | integer | with null | |
| dt_created | date | with null | |
| dt_executed | date | with null | |
| dt_last_modified | date | with null |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| job_id | und_task | job_id |