SSP FAQ for External Data Questions
Question and Answer | ||||||
---|---|---|---|---|---|---|
| ||||||
The external database table that holds records for test studentsThe test students have taken. The results of the tests are stored in external_student_test. The natural/primary key for external_student_test consists of the following columns.
The discriminator column is used to distinguish the exact same test taken on the same day. The default value of 'discriminator' is '1'. The application does not care what values are set. I.e. it is intended to be a completely opaque value used exclusively to distinguish between multiple sittings for the same exam on the same date. For implementers upgrading to v2.0.1 with duplicate rows, the update needs to be applied in multiple steps.
For implementers installing v2.0.1 or later, the data should be loaded with appropriate discriminator values. Documentation for the external tables | ||||||
| ||||||
| ||||||
| ||||||
| ||||||