CFT SQL Final Practice

CFT SQL Final Practice

Assessment

Flashcard

Created by

Quizizz Content

Computers

12th Grade

Hard

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD

Front

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

Back

SELECT

2.

FLASHCARD

Front

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

Back

FROM

3.

FLASHCARD

Front

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

Back

WHERE

4.

FLASHCARD

Front

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

Back

ORDER BY

5.

FLASHCARD

Front

To retrieve all columns from the employees table, what should you use after SELECT? Options: * , ALL , COLUMNS , (Nothing)

Back

*

6.

FLASHCARD

Front

What SQL clause is used to limit the rows returned in the result set? Options: SELECT, LIMIT, WHERE, FROM

Back

WHERE

7.

FLASHCARD

Front

What SQL clause is used to group rows based on a specific column's values?

Back

GROUP BY

8.

FLASHCARD

Front

Which SQL function is used to calculate the sum of values in a numeric column?

Back

SUM

9.

FLASHCARD

Front

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

Back

WHERE

10.

FLASHCARD

Front

To retrieve employees with a salary greater than $55,000, you can use:

Back

SELECT * FROM employees WHERE salary > 55000

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?