Skip to content

Course home

Structured query language (SQL)

Structured query language (SQL)

EasyMediumHard
1234567891011
Question 11

An oceanographic expedition called Albatross from the year 2024 is to be added to the database with an ExpeditionID of 805.

Expedition

ExpeditionIDCodeNameYearLaunched
801Nautilus2018
802Challenger2021

Assignment

AssignmentIDExpeditionIDScientistID
90180142
90280242

Scientist

ScientistIDFirstNameLastName
42SylviaEarle

The following SQL query is run to insert this new expedition into the database:

INSERT INTO P
Q ( R )

Some parts of the SQL query have been replaced by the labels P, Q, and R.

State the SQL terms or values that should have been written in place of the labels P, Q, and R.

[3]
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