GCSE 2.2 SQL

GCSE 2.2 SQL

9th - 11th Grade

12 Qs

quiz-placeholder

Similar activities

Introduction to MySQL

Introduction to MySQL

11th - 12th Grade

15 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

SQL

SQL

10th Grade

17 Qs

2022-10-19_12D_SQL

2022-10-19_12D_SQL

9th - 12th Grade

15 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

SQL 1

SQL 1

11th - 12th Grade

15 Qs

SQL

SQL

9th - 11th Grade

10 Qs

GCSE 2.2 SQL

GCSE 2.2 SQL

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Robin Smith

Used 161+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word is missing from the line below?
SELECT *
_______ CUSTOMER;
FROM
WHERE
SELECT
ORDER BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to extract data from a database?

SELECT

SHOW

FROM

WHERE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL command to choose which tables the data for the query will be taken from
SELECT
WHERE
FROM
SHOW

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL command which sets conditions for the rows or columns to be shown in the query output
WHERE
SELECT
FROM
WHEN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select all the columns from a table named "Persons"?

SELECT *.Persons

SELECT Persons

SELECT [all] FROM Persons

SELECT * FROM Persons

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter'

SELECT [all] FROM Persons WHERE FirstName='Peter'

SELECT * FROM Persons WHERE FirstName<>'Peter'

SELECT * FROM Persons WHERE FirstName='Peter'

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structured Query Language

Strong Question Language

Structured Question Language

Strong Query Language

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?