Skip to content

Course home

Structured query language (SQL)

Structured query language (SQL)

EasyMediumHard
1234567891011
Question 6

Drone

DroneIDModel
DR001Phantom-X
DR002Matrix-V
DR003SkyRider
DR004Aeroscope

Pilot

PilotIDFirstNameLastNameLicenseClass
PIL01SarahConnorGold
PIL02JohnMillerSilver
PIL03ElenaRostovaBronze

Mission

MissionIDPilotIDDroneIDDistanceKM
M101PIL01DR00112.50
M102PIL02DR0028.00
M103PIL03DR00315.00
M104PIL01DR0045.50

Sarah Connor has completed her flight using the drone "Aeroscope" (DroneID: DR004).

Complete the SQL statement to delete the mission record for the drone with DroneID DR004.

DELETE FROM _____

WHERE _____
[2]
Markscheme

Structured query language (SQL) Questions

  1. GCSE
  2. /Computer Science
  3. /Structured query language (SQL)

25 exam-style questions on AQA GCSE Computer Science Structured query language (SQL). Each one has a worked solution and a mark scheme showing where the marks go.

Question bank