Make relation between surveys and servers.
`SurveysServers` table.
Name | Type | Description |
---|
SurveyId | INT FOREIGN KEY NOT NULL | ID of the survey. |
ServerId | INT FOREIGN KEY NOT NULL | ID of the server. |
SurveyIdInServer | INT FOREIGN KEY NULL | ID of survey in the server. |
See Also