SQA Advanced Higher Computing Science Database Design and Development overview quiz quiz
16questions. Pick an answer and you'll see why right away.
In database design, what becomes a table?
How is a many-to-many relationship represented in a relational database?
What uniquely identifies each record in a table?
A foreign key in one table refers to what in another table?
To reach first normal form, what must be removed?
Second normal form removes which kind of dependency?
Third normal form removes which kind of dependency?
Which SQL statement adds a new row to a table?
Which clause filters groups created by GROUP BY?
Which of these is an aggregate function?
What combines rows from two related tables on a matching key?
In SQL, the wildcard % used with LIKE matches what?
A SELECT nested inside another SQL query is called:
Entity integrity requires that every primary key is:
Referential integrity requires that every foreign-key value:
How should an SQL query be tested?