What is the SELECT statement used for?
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
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 Quizizz
12 questions
National 5 Computing - Databases - Implementation

Quiz
•
10th Grade
8 questions
N5 DBDD Queries

Quiz
•
9th - 10th Grade
11 questions
SQL

Quiz
•
10th - 12th Grade
15 questions
SQL in Databases

Quiz
•
10th Grade
10 questions
OCR GCSE Computer Science - Databases and SQL

Quiz
•
10th - 11th Grade
9 questions
SQL Silver Quiz

Quiz
•
7th - 9th Grade
10 questions
SQL

Quiz
•
10th Grade
16 questions
GCSE Databases and SQL 2

Quiz
•
9th - 10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University