CFT SQL Final Practice

CFT SQL Final Practice

12th Grade

25 Qs

quiz-placeholder

Similar activities

SQL - funkcje agregujące

SQL - funkcje agregujące

12th Grade

25 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

SQL Commands Part 1

SQL Commands Part 1

11th - 12th Grade

20 Qs

SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

12th Grade

20 Qs

SQL

SQL

12th Grade

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Database SQL

Database SQL

1st - 12th Grade

20 Qs

Mysql set 1

Mysql set 1

9th - 12th Grade

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