TABLE  RequiredNeighbours

Details programmes/survey tables that have default joins within the WSA.

This table contains the matrix of programmes/external survey tables that
have default neighbour joins within the WSA.

Required constraints:
  • Primary key is (programmeID,tableID,surveyID,extTableID)
  • (programmeID,tableID) references ProgrammeTable(programmeID,tableID)
  • (surveyID,extTableID) references ExternalSurveyTable(surveyID,extTableID)

NameTypeLengthUnitDescriptionDefault ValueUnified Content Descriptor
programmeIDint4 The unique programme ID ID_SURVEY
tableIDint4 The unique identifier for the programme table ID_SURVEY
surveyIDint4 The unique identifier for the survey ID_SURVEY
extTableIDint4 the unique table ID ID_MAIN
joinCriterionreal4arcminutesThe join criterion (search radius for matches) ??
neighbourTablevarchar256 The name of the neighbour join table ID_TABLE
joinTypesmallint2 The type of join: 0 (default) or N for special join ??
Total length278