
H446 SQL
Authored by Robin Smith
Computers
11th - 12th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL command is used to retrieve data from a table?
GET
SELECT
EXTRACT
SHOW
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which clause is used to choose the table to read data from?
WHERE
TABLE
FROM
ORDER BY
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement returns all fields from the `Student` table?
SELECT ALL Student;
SELECT * FROM Student;
GET * IN Student;
SHOW Student.*;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which clause is used to filter rows?
SORT
WHERE
ORDER
FILTER
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query returns all students with the surname `Patel`?
SELECT * FROM Student WHERE Surname = 'Patel';
SELECT Surname FROM Student = 'Patel';
SELECT * Student WHERE Surname = 'Patel';
GET * FROM Student WHERE Surname = 'Patel';
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator means 'both conditions must be true'?
OR
NOT
AND
XOR
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query finds students in Year 12 who study Computing?
SELECT * FROM Student WHERE Year = 12 OR Subject = 'Computing';
SELECT * FROM Student WHERE Year = 12 AND Subject = 'Computing';
SELECT * FROM Student WHERE Year = 12 NOT Subject = 'Computing';
SELECT * FROM Student WHERE Year = 12, Subject = 'Computing';
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?