Which comparison operator defines a condition with a list of two or more values for a field and includes records when the field matches one value from the list in the query results?

Respuesta :

Answer: IN

Explanation:

In is used to indicate inclusion being among. In the same space or within a space, being in the same place, or withing the same limit. Example "walking in the park" This means you re walking in the "limits " of the park.

From the question, "IN" is the comparison operator that defines a condition with a list of two or more values for a field and also includes records when the field matches one value from the list in the query results.