Higher Databases and SQL

Higher Databases and SQL

11th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

SQL 1

SQL 1

11th Grade

15 Qs

SQL

SQL

11th - 12th Grade

20 Qs

SQL

SQL

10th - 12th Grade

11 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

Excel Conditional Formatting

Excel Conditional Formatting

6th Grade - Professional Development

10 Qs

Excel Conditional Formatting, Hiding, Unhiding

Excel Conditional Formatting, Hiding, Unhiding

6th Grade - Professional Development

10 Qs

Key Applications 1

Key Applications 1

9th - 12th Grade

20 Qs

Digital Media - Chapter 4

Digital Media - Chapter 4

9th - 12th Grade

12 Qs

Higher Databases and SQL

Higher Databases and SQL

Assessment

Quiz

Computers

11th - 12th Grade

Easy

Created by

Emma Maley

Used 109+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 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

2.

MULTIPLE CHOICE QUESTION

20 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"

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which clause allows you to SORT data?

ORDER BY

WHERE

FROM

GROUP BY

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to insert new data in a database?
 ADD NEW
 ADD RECORD
 INSERT NEW
 INSERT INTO

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update data in a database?
MODIFY
 SAVE AS
UPDATE
SAVE

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?