CFT SQL Final Practice

CFT SQL Final Practice

12th Grade

25 Qs

quiz-placeholder

Similar activities

My SQL

My SQL

11th - 12th Grade

27 Qs

Databases

Databases

12th Grade - University

20 Qs

SQL

SQL

11th - 12th Grade

20 Qs

MySQL-Grade XII IP

MySQL-Grade XII IP

12th Grade

20 Qs

SQL Queries

SQL Queries

12th Grade

25 Qs

SQL Quiz

SQL Quiz

12th Grade

20 Qs

SQL

SQL

12th Grade

20 Qs

CompTIA ITF+ - Database Vocabulary

CompTIA ITF+ - Database Vocabulary

9th - 12th Grade

20 Qs

CFT SQL Final Practice

CFT SQL Final Practice

Assessment

Quiz

Computers

12th Grade

Medium

Created by

David Turner

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL command is used to select data from a table?

FROM

SELECT

WHERE

ORDER BY

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL clause specifies the table(s) from which to retrieve data?

SELECT

FROM

WHERE

GROUP BY

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to filter data based on a specific condition?

FROM

SELECT

WHERE

GROUP BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to sort the result set in ascending or descending order?

ORDER BY

GROUP BY

COUNT

SUM

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To retrieve all columns from the employees table, what should you use after SELECT?

*

ALL

COLUMNS

(Nothing)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL clause is used to limit the rows returned in the result set?

SELECT

LIMIT

WHERE

FROM

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

To select only the first_name and last_name columns from the employees table, what should you specify after SELECT?

first_name, last_name

(first_name, last_name)

"first_name", "last_name"

first_name and last_name

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?