Filtering

Filtering

10th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 6 Quiz Prep

Unit 6 Quiz Prep

9th - 12th Grade

15 Qs

Learning SQL

Learning SQL

11th - 12th Grade

15 Qs

GCSE 2.2 SQL

GCSE 2.2 SQL

9th - 11th Grade

12 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

SQL AQA 8525 - JOINS

SQL AQA 8525 - JOINS

10th Grade

11 Qs

SQL Easy Test

SQL Easy Test

10th Grade

20 Qs

TestOut CompTIA ITF Databases 20 Questions

TestOut CompTIA ITF Databases 20 Questions

10th - 12th Grade

20 Qs

SQL Queries Recap WB 7/12/20

SQL Queries Recap WB 7/12/20

9th - 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?