TABLE  RequiredCurationTask

Contains the matrix of programmes and required curation tasks.

This table specifies the required curation tasks for every programme
curated in the archive. In addition, a single curation task is
identified as the final one required to be run before that programme
data can be released. At the verification stage prior to release,
the timestamp of the curation task specified here is checked to make
sure that it has been executed most recently. Finally, the order in
which the curation tasks are to be executed for the given programme
are indicated in the attribute sequence (sequence numbers are spaced
out to allow for insertion of new tasks at a later date).

Required constraints:
  • Primary key is (programmeID,cuID)
  • (programmeID) references Programme(programmeID)
  • (cuID) references CurationTask(cuID)

NameTypeLengthUnitDescriptionDefault ValueUnified Content Descriptor
programmeIDint4 the unique programme ID ID_SURVEY
cuIDsmallint2 the unique curation task ID REFER_CODE
finalTasktinyint1 is this task the final one before release (0=no; 1=yes)? ??
sequencesmallint2 Indicates the order in which the tasks are to be executed ??
Total length9