Developer Documentation Library > Interviewer - Server > Administration and maintenance > Databases > Quota database > QUOTA_Target table
 
QUOTA_Target table
This table holds the quota targets.
Definition
CREATE TABLE QUOTA_Target (
  Quota_ID   int(4)         NOT NULL
  Type       smallint(2)    NOT NULL DEFAULT (0)
  Name       nvarchar(255)  NOT NULL
  Target     int(4)         NOT NULL
)
Columns
Quota_ID
The foreign key to the QUOTA_Quota table.
Type
This field is not used.
Name
The name of the quota to which the target belongs.
Target
The quota target or −1 if none has been set.
See also
Quota database