WorksheetsBTEC IT - Database queries
Total questions: 12
Worksheet time: 6mins
A _______ query displays a dialog box that prompts the user to enter criteria when the query is run.
Wildcard
Crosstab
Select
Parameter
Which Boolean operator will narrow your results?
AND
OR
NOT
BUT
Which Boolean operator will expand your results?
AND
OR
NOT
BUT
Wildcard that represents any collection of characters
Asterisk *
Question Mark ?
Hash tag #
Equal Sign =
Which of the following is used to extract information from a database?
tables
queries
relationships
keys
Which of the following is used to store data in a database?
reports
queries
tables
relationships
Which of the following criteria is an example of using wild cards?
="Wok"
="Wok*"
LIKE "Wok*"
LIKE Wok
What are queries that are used to update and delete records known as?
Calculated query
Action query
Make query
Select query
