A2 Computing SQL

A2 Computing SQL

8th Grade

17 Qs

quiz-placeholder

Similar activities

Modern Technologies- BTEC

Modern Technologies- BTEC

2nd - 8th Grade

20 Qs

LEDs on micro:bit

LEDs on micro:bit

8th Grade

15 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

Guess the Retro Computer 1

Guess the Retro Computer 1

KG - Professional Development

13 Qs

Python

Python

8th - 9th Grade

15 Qs

PowerPoint Pre-Assessment

PowerPoint Pre-Assessment

6th - 9th Grade

12 Qs

UH Informatika Bab.VI

UH Informatika Bab.VI

8th Grade

20 Qs

A2 Computing SQL

A2 Computing SQL

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

David Phillips

Used 34+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?