SQL Bronze Award Revision

Quiz
•
Computers
•
9th - 10th Grade
•
Medium
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
Similar Resources on Wayground
15 questions
QUIZ 3 - MySQL (Database, table, select, update)

Quiz
•
9th - 12th Grade
10 questions
Sains Komputer Tingkatan 5 - 3.3.6 Menggunakan Bahasa

Quiz
•
1st Grade - Professio...
9 questions
SQL Silver Quiz

Quiz
•
7th - 9th Grade
8 questions
N5 DBDD Queries

Quiz
•
9th - 10th Grade
12 questions
National 5 Computing - Databases - Implementation

Quiz
•
10th Grade
15 questions
SQL in Databases

Quiz
•
10th Grade
15 questions
Podstawy baz danych

Quiz
•
3rd - 12th Grade
10 questions
PERINTAH SQL 01

Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade