SELECT 2

SELECT 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Power BI 04 - DAX

Power BI 04 - DAX

Professional Development

8 Qs

Basic Spreadsheets

Basic Spreadsheets

Professional Development

6 Qs

Database Basics

Database Basics

Professional Development

10 Qs

SQL JOINs 2

SQL JOINs 2

Professional Development

10 Qs

MS EXCEL

MS EXCEL

5th Grade - Professional Development

10 Qs

G Sheet

G Sheet

Professional Development

10 Qs

Data Wrangling 01

Data Wrangling 01

Professional Development

10 Qs

DBMS Quiz2

DBMS Quiz2

University - Professional Development

10 Qs

SELECT 2

SELECT 2

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Halyna Melnyk

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The clause _________________ indicates the tables you want to query and table operators like joins if applicable

FROM

SELECT

WHERE

GROUP BY

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The clause _________________ filters rows based on a predicate. Only rows for which the predicate evaluates to true are returned. Rows for which the predicate evaluates to false or an unknown state are not returned.

FROM

SELECT

WHERE

GROUP BY

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The clause _________________ defines a group for each distinct combination of values from the input tables columns in the grouping list.

FROM

SELECT

WHERE

GROUP BY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This phase is responsible for filtering data based on a predicate, but it is evaluated after the data has been grouped.

HAVING

ORDER BY

WHERE

GROUP BY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This phase is responsible for ordering data based on ascending or descending order.

HAVING

ORDER BY

WHERE

GROUP BY

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the 2 query clauses that enable you to filter data based on predicates?

SELECT

GROUP BY

ORDER BY

WHERE

HAVING

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which 'aggregate function' statement will return the numerical sum of all values in one column or more?

COUNT(column_name)

SUM(column_name)

DISTINCT(column_name)

AVG(column_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?