A2 Computing SQL

A2 Computing SQL

8th Grade

17 Qs

quiz-placeholder

Similar activities

Class VIII Computer

Class VIII Computer

8th Grade

15 Qs

End of Year: Databases

End of Year: Databases

8th Grade

20 Qs

Access-Basic

Access-Basic

6th - 9th Grade

20 Qs

SQL

SQL

8th Grade

15 Qs

Access

Access

8th Grade

18 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 Qs

Databases

Databases

7th - 10th Grade

14 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

A2 Computing SQL

A2 Computing SQL

Assessment

Quiz

Computers

8th Grade

Medium

Created by

David Phillips

Used 34+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What word is missing from the line below?
SELECT *
_______ CUSTOMER;
FROM
WHERE
SELECT
ORDER BY

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of  *?
Selects ALL fields from the table
Selects only the first field in the table
Selects the last field in the table
Shows only the first row in the table

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To join a table, connect the ___________ of one table to the ___________ of the other.
primary key, foreign key
group by clause, primary key
filtered by, foreign key
aggregate function, where clause

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Return only the customers who have ER anywhere in their last name. 
last_name LIKE "%er%"
last_name = "%er"
last_name = "%er%"
last_name LIKE "%er"

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

AVG, COUNT, MAX, MIN and SUM are known as what?
Aggregate functions
Wildcard filters
Subqueries
Calculated field

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which word allows you to add more than one filter to a SQL query?
AND
BETWEEN
LIKE
EQUALS

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which query would return the fields Name and Form?

SELECT Name, Set FROM Pupils

SELECT Name, Group FROM Pupils

SELECT Name, Form FROM Pupils

SELECT Name, Gender FROM Pupils

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?