Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 29
Easy

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]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms