Search Header Logo

GCSE Databases & SQL

Authored by Louise Lockwood

Computers

9th - 11th Grade

Used 240+ times

GCSE Databases & SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 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

What does “SQL” stand for?

Standard Query Language.
Structured Query Language.
Structured Quick-access Language.
Standard Questioning Language.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a Relationship do within a database?

It reduces data redundancy by linking fields in different tables.
It shows which users in a database are related.
It increases data redundancy by linking fields in different tables.
The fields are the vertical columns in a table.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is data redundancy?

Data that is repeated multiple times.
Data that is safe from SQL attacks.
Data that is weak to SQL attacks.
Data that has no use anymore.

5.

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'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word is missing from the line below?

SELECT * _______ CUSTOMER WHERE Name = "Bob";

FROM

WHERE

SELECT

ORDER BY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To remove a record from a table which SQL statement would you use?

Remove

Cancel

Delete

Eradicate

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?