SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Quiz 9 (15.09.2021)

Quiz 9 (15.09.2021)

1st - 12th Grade

10 Qs

Year 8 - Illustrator - L4

Year 8 - Illustrator - L4

7th - 9th Grade

15 Qs

FUN QUIZ

FUN QUIZ

8th - 9th Grade

12 Qs

Data Validation

Data Validation

KG - Professional Development

11 Qs

Working with tables

Working with tables

5th - 12th Grade

10 Qs

Chapter 3: Storage devices and media (Part 2):

Chapter 3: Storage devices and media (Part 2):

10th - 11th Grade

15 Qs

media transmisyjne

media transmisyjne

9th Grade

10 Qs

Q2 M4 PRE-TEST

Q2 M4 PRE-TEST

10th Grade

10 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

Assessment

Quiz

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

David Wood

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

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

Already have an account?