G_Test_Center

TABLE G_Test_Center
Primary Key: Test_Center_ID int NOT NULL
Label varchar(200)
Name varchar(200)

The name of the Test Center (names must be unique).

Department varchar(200)
Location varchar(200)
Active bit
Time_Zone varchar(50)
Supported_Technology smallint
Capacity int
Address_1 varchar(200)
Address_2 varchar(200)
City varchar(200)
State varchar(200)
ZIP_Code varchar(200)
Country varchar(200)
Phone varchar(200)
Fax varchar(200)
Admin_Email varchar(250)
Properties varchar(4000)
TABLE G_Test_Center_Owner
Primary Key: Test_Center_ID int NOT NULL

The Group ID.

Primary Key: User_ID int NOT NULL

The administrator ID of a user that owns this Test Center.