SQL

SQL

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

SQL Bronze Quiz

SQL Bronze Quiz

8th - 10th Grade

15 Qs

SQL Silver Quiz

SQL Silver Quiz

7th - 9th Grade

9 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

Basis Data XI

Basis Data XI

11th Grade

15 Qs

N5 DBDD Queries

N5 DBDD Queries

9th - 10th Grade

8 Qs

SQL in Databases

SQL in Databases

10th Grade

15 Qs

SQL 3

SQL 3

11th Grade

14 Qs

SQL

SQL

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Tracy Mayhead

Used 98+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

SQL

Structured Query Language

Static Query Language

Structure Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of SQL?

To communicate with a game

To communicate with aliens

To communicate with a database

To communicate with a base

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the select statement used for?

It is used to select a database

It is used to select data from a database

It is used to select a website

It is not a SQL statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the FROM statement used for?

It is used to select a database

It is not a SQL statement

It is used to select a website

It is used to specify which table to select data from.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this SQL query display? SQL * FROM Pupils

It would display pupils who have a * in their name.

It is not a SQL statement.

It would display all records from the Pupils table.

It would not display any pupils.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this SQL query display? SQL Forename, Surname FROM Pupils

It would only display pupils forename and surname from the Pupils table.

It is not a SQL statement.

It would display all pupils forenames from Pupils table.

It would not display any pupils.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL query would display all pupils surnames and registration class?

SELECT * FROM Pupils

SELECT * FROM Pupils WHERE surname, regiClass

SELECT surname, regiClass

SELECT surname, regiClass FROM Pupils

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?