Filtering

Filtering

10th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

SQL Basics

SQL Basics

9th - 12th Grade

19 Qs

Learning SQL

Learning SQL

11th - 12th Grade

15 Qs

SQL 1

SQL 1

11th Grade

15 Qs

SQL

SQL

11th - 12th Grade

15 Qs

Database Concepts

Database Concepts

11th - 12th Grade

15 Qs

SQL

SQL

10th Grade

10 Qs

SQL 2

SQL 2

11th Grade

14 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

Filtering

Filtering

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

Alikhan Duzelbayev

Used 26+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for filtering in SQL?

FILTER

WHERE

SELECT

FROM

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is "greater than"?

<

>=

>

<>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is "less than or equal to"?

<=

=

<>

<

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is "not equal to"?

<=

=

!=

<>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the condition for <?

Equal to

Greater than or equal to

Less than or equal to

Less than

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the condition for =?

Greater than or equal to

Greater than

Equal to

Not equal to

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the followings is a correct way to use filter in query?

SELECT * FROM Person house=1

SELECT * FROM House FILTER id>30

SELECT first_name FROM Person WHERE house=2

SELECT id, first_name FROM Person WHERE 2

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?