Skip to main content

← back to the guide

AQA GCSE Computer Science 3.7 Relational databases and SQL overview quiz quiz

11questions. Pick an answer and you'll see why right away.

  1. In a database table, what is a record?

  2. What is a primary key?

  3. What is a foreign key?

  4. Why is data split across related tables?

  5. Which SQL clause filters which records are returned?

  6. What does SELECT * FROM Students return?

  7. Which SQL keyword sorts the results of a query?

  8. Which statement adds a new record to a table?

  9. Why should an UPDATE statement usually include a WHERE clause?

  10. Which query returns the names of members older than 18, sorted by name?

  11. How should a text value be written in a WHERE condition?