GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

7th Grade

20 Qs

quiz-placeholder

Similar activities

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

Word Tables and Tabs

Word Tables and Tabs

4th - 11th Grade

18 Qs

Excel Basics

Excel Basics

6th - 8th Grade

20 Qs

KUIZ SQL

KUIZ SQL

7th Grade

20 Qs

Tables in MS Word

Tables in MS Word

5th - 8th Grade

15 Qs

Chapter : 9 Working with tables

Chapter : 9 Working with tables

5th Grade - University

15 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

sql

sql

6th - 9th Grade

24 Qs

GCSE J277 - 2.2.3 - SQL

GCSE J277 - 2.2.3 - SQL

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Paul Greenwood

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