Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science Edexcel
  3. Question bank

Computational thinking

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
Question 32

An ecological database tracks marine research at various reef locations. There is a one-to-many relationship between these tables:

tbl_ReefSites
ReefID
ReefName
Latitude
Longitude
tbl_SpeciesSightings
SightingID
SpeciesName
Count
ReefID
SightingTimestamp

To establish this relationship:

a.

Identify the common field name that must be used to link these two tables.

[1]
b.

State which of the two tables represents the 'many' side of this relationship.

[1]

Computational thinking Questions

  1. GCSE
  2. /Computer Science
  3. /Computational thinking