120k views
1 vote
Selection criteria that are placed in different rows in the query design grid indicate an ________.

1) AND condition
2) OR condition
3) NOT condition
4) XOR condition

1 Answer

3 votes

Final answer:

The selection criteria that are placed in different rows in the query design grid indicate an AND condition.

Step-by-step explanation:

The selection criteria that are placed in different rows in the query design grid indicate an AND condition. When multiple criteria are placed in different rows in the query design grid, the database will search for records that meet all of the criteria, which is represented by the AND operator. This means that the records must satisfy all the conditions specified in order to be included in the result set.

User Derfred
by
8.4k points