Mastering SQL: A Level Quiz

Mastering SQL: A Level Quiz

11th Grade

12 Qs

quiz-placeholder

Similar activities

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

S4 DDD

S4 DDD

10th Grade - University

14 Qs

QUIZ:SQL By Kru.PICHAYA

QUIZ:SQL By Kru.PICHAYA

10th Grade - University

10 Qs

AQA GCSE Databases and SQL

AQA GCSE Databases and SQL

9th - 12th Grade

14 Qs

Advanced SQL

Advanced SQL

KG - University

10 Qs

SQL - Basic concepts

SQL - Basic concepts

11th - 12th Grade

10 Qs

Bazy danych

Bazy danych

KG - Professional Development

10 Qs

SQL 1

SQL 1

11th - 12th Grade

15 Qs

Mastering SQL: A Level Quiz

Mastering SQL: A Level Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Simon Withey

Used 5+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid SQL data type for storing textual data?

INTEGER

VARCHAR

BOOLEAN

FLOAT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL data type would you use to store a date value?

DATE

TEXT

CHAR

TIMESTAMP

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause is used to combine rows from two or more tables, based on a related column between them?

SELECT

JOIN

WHERE

GROUP BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of SQL JOIN returns all records from the left table and the matched records from the right table?

INNER JOIN

LEFT JOIN

RIGHT JOIN

FULL JOIN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, which command is used to remove all records from a table without removing the table itself?

DELETE

DROP

TRUNCATE

REMOVE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update data in a database?

INSERT INTO

UPDATE

ALTER

MODIFY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SQL WHERE clause?

To specify the columns to be displayed

To filter records

To sort the result set

To group records

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?

Discover more resources for Computers