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
3. Multiple Choice
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
4. Multiple Choice
30 seconds
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
5. Multiple Choice
45 seconds
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
6. Multiple Choice
30 seconds
1 pt
The whole database is called:
The file
The field
The record
The table
7. Multiple Choice
30 seconds
1 pt
One specific piece of information about a person or thing is called:
Field
File
Record
Table
8. Multiple Choice
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
9. Multiple Choice
45 seconds
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
10. Multiple Choice
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
11. Multiple Choice
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
12. Multiple Choice
30 seconds
1 pt
What data type would be used to store the following item code: 0024
Text
Integer
Real
Boolean
13. Multiple Choice
30 seconds
1 pt
The school wants to sort the data by staff Surname. How will they sort it?
Ascending order
Descending order
14. Multiple Choice
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
15. Multiple Choice
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?