Please save your changes
before editing any questions.
30 seconds
1 pt
What is a database?
A piece of software to do calculations
A device to load information onto the computer.
A structured collection of information
A calculator
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
Which of the following describes a relational database?
Access
A database that has a table
There are two or more tables that are linked using the primary keys
There are more than one table that have duplicate data
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
A sports club needs to store information about each member. The individual information about each member is called a:
Field
File
Table
Record
Multiple Choice
Please save your changes
before editing any questions.
1 minute
1 pt
One of the members of the Sports Club has decided to resign. What would the secretary do with the record for that member on the database?
Amend the record
Delete the field
Delete the record
Delete the file
Multiple Choice
Please save your changes
before editing any questions.
1 minute
1 pt
The Sports Club has had an Open Day and has gained a new member. How will they add their details to the database?
Add another field
Amend a record
Add a new record
Delete a record
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
The whole database is called:
The file
The field
The record
The table
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
One specific piece of information about a person or thing is called:
Field
File
Record
Table
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
A scout company have a database with records of all the scouts. They want to create a list of all scouts who are under 15 and their achievements. What would they use?
SQL UPDATE command
Form
SQL SELECT Query
Sort
Multiple Choice
Please save your changes
before editing any questions.
1 minute
1 pt
A gym has a database with all their members they want to include email addresses in the database, what will they do?
Add a record
Add a field
Edit a record
Delete a field
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
A health club wants to find all the members who use the club 3 days or more a week. What will they put in the query in the 'days' SQL query criteria?
>3
<3
<=3
>=3
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
The health club stores the ages of its members. What validation check would be used on the age field?
Restricted choice
Length
Presence
Range
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
What data type would be used to store the following item code: 0024
Text
Integer
Real
Boolean
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
The school wants to sort the data by staff Surname. How will they sort it?
Ascending order
Descending order
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
A film club stores details of all the films it shows. One of the fields is Genre (sample data: Action, Horror, Family, Romance etc). What validation would be most suitable for this field?
Length
Presence
Range
Restricted Choice
Multiple Choice
Please save your changes
before editing any questions.
30 seconds
1 pt
IKEA stores details of it's stock on a relational database. Along with a unique stock code, all items are stored in coded aisles eg. BLU24, ORA23, YEL49 etc. What type of validation would be used on this aisle code?