SQL Quiz

SQL Quiz

University

19 Qs

quiz-placeholder

Similar activities

SQL and Database Quiz

SQL and Database Quiz

University

15 Qs

SQL Quiz

SQL Quiz

University

18 Qs

VB-DFP40233

VB-DFP40233

University

15 Qs

SQL Quiz

SQL Quiz

University

19 Qs

IT 321 2nd Live Quiz

IT 321 2nd Live Quiz

University

15 Qs

SQL

SQL

University

20 Qs

SQL

SQL

12th Grade - Professional Development

23 Qs

Database Design & Development 2

Database Design & Development 2

University

20 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Computers

University

Medium

Used 500+ times

FREE Resource

19 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 is the purpose of  *?
Selects ALL fields from the table
Selects only the first field in the table
Selects the last field in the table
Shows only the first row in the table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Return only the customers who have ER anywhere in their last name. 
last_name LIKE "%er%"
last_name = "%er"
last_name = "%er%"
last_name LIKE "%er"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find the total dollar value of sales, use which? 
SUM
COUNT
MAX
MIN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

AVG, COUNT, MAX, MIN and SUM are known as what?
Aggregate functions
Wildcard filters
Subqueries
Calculated field

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must always use _____ when filtering string values.
quotes
astericks
exclamation point
percent signs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order of clauses? 
SELECT, FROM, ORDER BY, WHERE
SELECT, FROM, WHERE, ORDER BY
SELECT, WHERE, FROM, ORDER BY
WHERE, FROM, SELECT, ORDER BY

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?