86.4k views
1 vote
A student wants to find information about classic cars, but only American ones. Create a search query that would accomplish this goal using a Boolean term.

User SKiD
by
8.6k points

1 Answer

4 votes

The query should be Classic Cars AND American ones

Boolean operators such as OR, NOT, and AND create a subset of search result in a database. In this case, AND would act as an operator for intersection. In the query above, the computer will retrieve records that mention both Classic Cars and American ones only.






User Ian Pugsley
by
8.6k points