GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

7th Grade

20 Qs

quiz-placeholder

Similar activities

Database2 DIT

Database2 DIT

6th - 12th Grade

20 Qs

GCSE J277 - 2.3.1 - Defensive Design

GCSE J277 - 2.3.1 - Defensive Design

7th Grade

20 Qs

PBL Test

PBL Test

KG - University

20 Qs

MB-3

MB-3

1st Grade - University

20 Qs

Google Sheets Quiz

Google Sheets Quiz

7th Grade

16 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

Makecode Arcade

Makecode Arcade

6th - 8th Grade

18 Qs

Word Processing - CAB 1

Word Processing - CAB 1

6th - 7th Grade

20 Qs

GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Paul Greenwood

Used 151+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a valid clause (part) of a SQL statement
SELECT
FROM
WHERE
TABLE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order for these keywords in a SQL statement
SELECT, WHERE, FROM
SELECT, FROM, WHERE
FROM, WHERE, SELECT
WHERE, FROM, SELECT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choosing which fields of data are retrieved is done in which part of the statement
SELECT
FROM
WHERE
ORDER BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choosing the criteria for which data is retrieved is done in which part of the statement
SELECT
FROM
WHERE
ORDER BY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choosing the table data is extracted from is done in which part of the statement
SELECT
FROM
WHERE
ORDER BY

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these wildcards would retrieve ALL fields (Columns) from a table
!
ALL
*
@

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements would retrieve everyone with the name "Jim"
SELECT * FROM users WHERE name = "Jim"
SELECT * FROM users WHERE name = Jim
SELECT * FROM users WHERE name == "Jim"
SELECT * FROM users WHERE name == Jim

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?