Respuesta :

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

Answer:

Comparison

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 (=)