Relational databases

Easy
123456789101112131415161718192021222324252627282930313233343536373839
Question 15
Easy

A relational database is being developed to manage a research laboratory's specimen tracking system. The database contains two tables: Specimen and Analysis.

The database is currently being tested with a small sample of data.

The contents of the tables are shown below.

Specimen Table

SpecimenIDSpecimenTypeCollectionDateSourceSiteCollectorName
S901Soil18/03/25Site-ADr. Aris
S902Water18/03/25Site-BDr. Aris
S903Air19/03/25Site-AProf. Chen
S904Soil19/03/25Site-CProf. Chen

Analysis Table

AnalysisIDTestTypeRunTimeResultStatusSpecimenID
T101PCR09:15PositiveS901
T102Sequencing11:00CompleteS901
T103Culture13:45PendingS903
T104PCR15:30NegativeS902
T105Chromatography16:15CompleteS904

State the field in the Analysis table that is a foreign key.

[1]

Relational databases Questions

  1. GCSE
  2. /Computer Science
  3. /Relational databases