SQL Quiz

SQL Quiz

University

19 Qs

quiz-placeholder

Similar activities

Referential and Where

Referential and Where

University

20 Qs

SQL

SQL

University

20 Qs

DBMS Ex 1

DBMS Ex 1

University

15 Qs

DBMS_LAB_06_12_22_Batch 1 2

DBMS_LAB_06_12_22_Batch 1 2

University

20 Qs

Databases

Databases

12th Grade - University

20 Qs

Database Concepts Quiz

Database Concepts Quiz

University

15 Qs

SEMIFINAL EXAM IN INFORMATION MANAGEMENT_BSIT 2A

SEMIFINAL EXAM IN INFORMATION MANAGEMENT_BSIT 2A

University

16 Qs

Bab 5 Query MySQL

Bab 5 Query MySQL

University

19 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?

Discover more resources for Computers