SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Unit 6 Quiz Prep

Unit 6 Quiz Prep

9th - 12th Grade

15 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 Qs

SQL

SQL

9th - 11th Grade

10 Qs

SQL Bronze Quiz

SQL Bronze Quiz

8th - 10th Grade

15 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Databases

Databases

10th Grade - University

15 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

David Wood

Used 7+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the SELECT statement used for?

It is used to select a database.

It is used to select a website.

It is used to select data from a database.

It is not a SQL statement.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the FROM statement used for?

It is used to select a database.

It is not a SQL statement.

It is used to select a website.

It is used to specify which table to select data from.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this SQL query display? SELECT * FROM Pupils

It would display pupils who have a * in their name.

It would display all records from the Pupils table.

It is not a SQL statement.

It would not display any pupils.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this SQL query display? SELECT Forename, Surname FROM Pupils

It would only display forename and surname from the Pupils table.

It would display all pupils forenames from Pupils table.

It would not display any pupils.

It is not a SQL statement.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL query would display all surnames and registration class from the pupils table?

SELECT * FROM Pupils

SELECT surname, regiClass

SELECT * FROM Pupils WHERE surname, regiClass

SELECT surname, regiClass FROM Pupils

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL query would display all pupils details who have the surname Smith?

SELECT surname FROM Pupils WHERE Smith

SELECT * FROM Pupils WHERE surname = Smith

SELECT * FROM Pupils WHERE surname = "Smith"

SELECT * FROM Pupils

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL query would display all pupils who are older than 12?

SELECT * FROM Pupils WHERE age > 12

SELECT * FROM Pupils WHERE age > "12"

SELECT * FROM Pupils WHERE age < 12

SELECT * FROM Pupils WHERE age >= 12

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?