OCR A-Level Computer Science Data exchange and databases overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which statement about lossless compression is correct?
Run length encoding would compress which data most effectively?
Symmetric encryption uses
Why is hashing, rather than encryption, used to store passwords?
A primary key must be
How is a many-to-many relationship implemented in a relational database?
A table is in third normal form when, in addition to being in 2NF,
Which SQL clause filters the rows returned by a SELECT statement?
What is the danger of omitting the WHERE clause from an UPDATE statement?
An INNER JOIN combines two tables by
The atomicity property of a transaction guarantees that
Record locking is used to prevent which problem during concurrent access?