Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BTEC IT - Database queries

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.
What Query view is shown in this image?
a)
Datasheet View
b)
Design View
2.
What Query view is shown in this image?
a)
Datasheet View
b)
Design View
3.

A _______ query displays a dialog box that prompts the user to enter criteria when the query is run.

a)

Wildcard

b)

Crosstab

c)

Select

d)

Parameter

4.

Which Boolean operator will narrow your results?

a)

AND

b)

OR

c)

NOT

d)

BUT

5.

Which Boolean operator will expand your results?

a)

AND

b)

OR

c)

NOT

d)

BUT

6.
A football team keeps a database about its players. Which query would allow them to produce a query showing players who are strikers and who have scored 20 goals or more?
a)
Position = "Striker" OR Goals = 20
b)
Position = "Striker" AND Goals = 20
c)
Position = "Striker" or Goals >=20
d)
Position = "Striker" AND Goals >= 20
7.

Wildcard that represents any collection of characters

a)

Asterisk *

b)

Question Mark ?

c)

Hash tag #

d)

Equal Sign =

8.
A bookshop owner is using the shop's database to help a customer.  The customer is looking for a particular author but cannot remember their full name.  The customer remembers that the surname of the author starts with the letters "Co".  What kind of query could the bookshop owner use to find this information?
a)
Parameter
b)
GroupBy
c)
Wildcard
d)
Selection
9.

Which of the following is used to extract information from a database?

a)

tables

b)

queries

c)

relationships

d)

keys

10.

Which of the following is used to store data in a database?

a)

reports

b)

queries

c)

tables

d)

relationships

11.

Which of the following criteria is an example of using wild cards?

a)

="Wok"

b)

="Wok*"

c)

LIKE "Wok*"

d)

LIKE Wok

12.

What are queries that are used to update and delete records known as?

a)

Calculated query

b)

Action query

c)

Make query

d)

Select query