Server_Aliases - Contain server alias names that are valid for various serverclient zones
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
| alias_name | nvarchar(30) | not null | Alias name |
| zone_id | integer | not null | Zone name |
| host_addr | nvarchar(30) | with null | Translated Host Address |
Product Name: Unicenter Service Desk
Table Type: Table