Table: dbo.Client_Access_Notification_Review_Status
This table stores the review status types of the Client Access Processing Notification.
Columns
NameTypeConstraintsDescription
client_access_notification_review_status_KEYint (4)NOT NULLPrimary key for this table
descriptionnvarchar (24)NOT NULLThe description of the review status type.
Primary key
NameColumnsDescription
PK_Client_Access_Notification_Review_Statusclient_access_notification_review_status_KEY
Unique constraints
NameColumnsDescription
UK_Client_Access_Notification_Review_Status$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Client_Access_Notification__Client_Access_Notification_Review_Status__client_access_notification_review_status_KEYclient_access_notification_review_status_KEYClient_Access_Notification

Schema diagram