wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Databases

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What is a database?

a)

A piece of software to do calculations

b)

A device to load information onto the computer.

c)

A structured collection of records

d)

A calculator

2.

A sports club needs to store information about each member. The all the information about each member is called a:

a)

Field

b)

File

c)

Table

d)

Record

3.
One specific piece of information about a person or thing is called:
a)
Field
b)
File
c)
Record
d)
Table
4.

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?

a)

Report

b)

Form

c)

Query

d)

Sort

5.

The school wants to sort the data in alphabetical order by staff Surname. How will they sort it?

a)

Ascending order

b)

Descending order

6.

Text, Integer, Currency, Boolean and Date/Time are all examples of...

a)

Data Types

b)

Filters

c)

Sorts

d)

Validations

7.
A unique identifying field.
a)
Primary Key
b)
Integer
c)
Verification
d)
Boolean
8.

The four main objects of a database consist of:

a)

form, table, query, report

b)

filter, table, database, query

c)

form, data type, record, query

d)

form, record, field, report

9.
What program is used in class for Databases?
a)
Word
b)
Excel
c)
Access
d)
Powerpoint
10.
A rule to make sure that only reasonable and sensible data is entered.
a)
Filter
b)
Query
c)
Validation
d)
Verification
11.
A method of only displaying records in a table that match specific criteria...
a)
Filter
b)
Validation
c)
Sort
d)
Verification
12.
A unique identifying field.
a)
Primary Key
b)
Integer
c)
Verification
d)
Boolean
13.

What does "SQL" stand for?

a)

Structured Question Language

b)

Structured Query Language

c)

Simple Query Language

d)

Simple Question Language

14.

Which statement is used to extract data from a database?

a)

Extract

b)

Get

c)

Open

d)

Select

15.

Which word is missing from the following SQL statement?


Select * table_name

a)

With

b)

Where

c)

From

d)

And

16.

How would we script a SQL query to select "Description" from the Item table?

a)

SELECT Item.Description

b)

EXTRACT Description FROM Item

c)

SELECT Item FROM Description

d)

SELECT Description FROM Item