SQA National 5 Computing Science Database design and development overview quiz quiz
14questions. Pick an answer and you'll see why right away.
What does a primary key do in a database table?
What is a foreign key?
Which field type best suits storing whether a member's account is active?
Which validation check makes sure a value is one of a fixed list of options?
Which validation check makes sure a required field is not left empty?
In SQL, which clause names the table to read from?
Which SQL clause filters records so only those meeting a condition are included?
What does ORDER BY ... DESC do?
Which SQL statement adds a new record to a table?
What happens if you run an UPDATE statement with no WHERE clause?
Which statement correctly deletes only the loan with loanID 12?
In SELECT name, house FROM Pupil; what is returned?
Which keyword sets the new value in an UPDATE statement?
After building a database, what does evaluating it for fitness for purpose check?