GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

7th Grade

20 Qs

quiz-placeholder

Similar activities

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

Intro to Word Processing

Intro to Word Processing

6th - 7th Grade

19 Qs

MS Word Processing

MS Word Processing

6th - 7th Grade

19 Qs

Basic Word Processing

Basic Word Processing

6th - 7th Grade

19 Qs

TuringLab Farmbot

TuringLab Farmbot

6th - 7th Grade

24 Qs

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

Kodu

Kodu

7th - 8th Grade

20 Qs

Tables in MS Word

Tables in MS Word

5th - 8th Grade

15 Qs

GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Paul Greenwood

Used 153+ 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?