109k views
0 votes
A(n) ________ operator, such as the greater than or less than symbol, can be used in a query criterion to limits the results produced by the query.

User Qliq
by
8.1k points

2 Answers

4 votes

Answer:

Comparison

Step-by-step explanation:

Sometimes it is necessary to limit the results returned by a query. To accomplish this, the comparison operator such as the greater than (>) or less than (<) symbol can be used in a query criterion to limit the results produced by the query. Other examples of this operator are;

i. greater than or equal to (>=)

ii. less than or equal to (<=)

iii. equal to (=)

User Gaddiel
by
8.6k points
6 votes

Answer:

A _comparison_ operator, such as the greater than or less than symbol, can be used in a query criterion to limits the results produced by the query

User Dave Barnett
by
7.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.