AQA GCSE Computer Science 3.7 Relational databases and SQL overview quiz quiz
11questions. Pick an answer and you'll see why right away.
In a database table, what is a record?
What is a primary key?
What is a foreign key?
Why is data split across related tables?
Which SQL clause filters which records are returned?
What does SELECT * FROM Students return?
Which SQL keyword sorts the results of a query?
Which statement adds a new record to a table?
Why should an UPDATE statement usually include a WHERE clause?
Which query returns the names of members older than 18, sorted by name?
How should a text value be written in a WHERE condition?