Filtering

Filtering

10th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

MS SQL

MS SQL

11th Grade

12 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 Qs

Databases - Logic Operators

Databases - Logic Operators

3rd - 12th Grade

10 Qs

SQL Keywords Quiz

SQL Keywords Quiz

11th Grade

20 Qs

AQA GCSE Databases and SQL

AQA GCSE Databases and SQL

9th - 12th Grade

14 Qs

SQL- Join, Group by, having

SQL- Join, Group by, having

9th - 12th Grade

10 Qs

SQL 3

SQL 3

11th Grade

14 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

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