SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

SQL Quiz

SQL Quiz

10th Grade - University

10 Qs

AZ-900 Modulo 2

AZ-900 Modulo 2

KG - Professional Development

14 Qs

CUESTIONARIO SQL

CUESTIONARIO SQL

1st - 12th Grade

10 Qs

كتابة كود لأسماء القارات

كتابة كود لأسماء القارات

9th Grade

10 Qs

SQL

SQL

10th Grade

10 Qs

C# Database

C# Database

10th Grade

10 Qs

MySQL Basic Syntax (Reviewer)

MySQL Basic Syntax (Reviewer)

10th Grade

10 Qs

Grade 10 FT Quiz1 - Intro to SQL

Grade 10 FT Quiz1 - Intro to SQL

10th Grade

10 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

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?