49.2k views
5 votes
Which logical operator would return the fewest records and or not nor?

User Mimere
by
6.5k points

1 Answer

5 votes
None of the above.
AND logical operator returns only records that meet all criteriaNOT logical operator is a logical operator that returns all records except that
specified criteriaOR logical operator is a logical operator that returns records that meet any of
the specified criteria
We use LEAST ( ) logical operator to return the fewest records.

User Zverok
by
5.7k points