A2 Computing SQL

A2 Computing SQL

8th Grade

17 Qs

quiz-placeholder

Similar activities

Web-based Development

Web-based Development

5th Grade - University

15 Qs

SQL Bronze Quiz

SQL Bronze Quiz

8th - 10th Grade

15 Qs

Database-I

Database-I

7th - 8th Grade

20 Qs

Y8 Databases Test

Y8 Databases Test

8th - 9th Grade

20 Qs

Database Recap1

Database Recap1

8th Grade

20 Qs

FA Grade 8

FA Grade 8

8th Grade

20 Qs

1st Monthly Examination in Computer Programming 3

1st Monthly Examination in Computer Programming 3

KG - 12th Grade

17 Qs

MS Access-Forms, Queries and Reports

MS Access-Forms, Queries and Reports

8th Grade

20 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?

Discover more resources for Computers