WorksheetsSQL
Total questions: 10
Worksheet time: 5mins
What does SQL stand for?
Standard Query Language
Sequential Query Language
Structured Question Language
Structured Query Language
Match the following SQL term with a description - FROM
The criteria which must be met
The fields to display
The field and order used to sort the results
The table used in the query
Match the following SQL term with a description - SELECT
The fields to display
The table used in the query
The criteria which must be met
The field and order used to sort the results
Match the following SQL term with a description - WHERE
The table used in the query
The fields to display
The field and order used to sort the results
The criteria which must be set
Match the following SQL term with a description - ORDER BY
The fields to display
The field and order used to sort the results
The table used in the query
The criteria that must be met
In what order does SQL process the instructions?
FROM - SELECT - WHERE - ORDER BY
WHERE - FROM - SELECT - ORDER BY
SELECT - FROM - WHERE - ORDER BY
SELECT - FROM - ORDER By - WHERE
What is a field?
A collection of information
A single item of information
A list of information
A group of records
Which of the following is not a database data type?
text
number
array
date
Which example of the field name below is in camel case?
First Name
firstName
FIRSTNAME
firstname
Which symbol would you use to represent more than 50
= 50
< 50
> 50
# 50
