Additional programming techniques
5
0/3

An automated oceanic research buoy network logs telemetry data whenever a drone or buoy makes a transmission. The record format is given in the table:

FieldnameDescription
TransmissionTimeThe time the telemetry was recorded
PlatformIDThe unique ID of the recording platform
PlatformTypeThe type of platform – Buoy, Glider, or Submersible
SalinityThe salinity measurement in PSU (Practical Salinity Units)

The log is stored in a database table called telemetry_records. The current contents of telemetry_records are shown:

TransmissionTimePlatformIDPlatformTypeSalinity
08:30BY_X1Buoy34.2
09:15GL_Y3Glider35.1
10:00SB_Z1Submersible33.8
10:45BY_X2Buoy35.5
11:30GL_Y3Glider34.9
12:15BY_X1Buoy36.1
13:00SB_Z2Submersible34.0

Write an SQL statement to display the platform IDs of the glider platforms that have recorded a salinity of less than 35.0.

[3]

Additional programming techniques Questions

Practise OCR GCSE Computer Science Additional programming techniques with exam-style questions for GCSE Computer Science. 5 questions, matched to the OCR GCSE Computer Science (J277) specification and written in Component 01 and Component 02 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

Previous

Additional programming techniques Questions

  1. GCSE
  2. /Computer Science
  3. /Additional programming techniques