To produce a report that precisely focuses on certain data, you may need to apply more than one filter. When you specify more than one filter in a query, the relationship between the filters must use either the AND or OR operator. These are known as logical operators.
The types of logical operators are as follows:
- AND: You use AND when you want both conditions to be met to return a row from the database when you run a query.
- OR: You use OR when you want either of the conditions to be met to return a row from the database when you run a query.
Watch this video to learn about the operators.