A2 Computing SQL

A2 Computing SQL

8th Grade

17 Qs

quiz-placeholder

Similar activities

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

IT INDUSTRY

IT INDUSTRY

7th - 10th Grade

12 Qs

Google SketchUp Tool

Google SketchUp Tool

KG - University

20 Qs

Basic of Computers

Basic of Computers

6th - 12th Grade

20 Qs

Revision Gr2-2025

Revision Gr2-2025

3rd Grade - University

12 Qs

BAI 11. TIN 8 SU DUNG BAN MAU

BAI 11. TIN 8 SU DUNG BAN MAU

8th Grade

20 Qs

Acceptable Use Policy

Acceptable Use Policy

6th - 9th Grade

16 Qs

Semester 1- Exploration of Robotics (Units 5-7)

Semester 1- Exploration of Robotics (Units 5-7)

6th - 8th Grade

17 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers