Process Flow - Querying with where clause
Start Query
Specify Collection
Add where clause
Filter documents
Return matching documents
End Query
This flow shows how a query starts by choosing a collection, then adds a where clause to filter documents, and finally returns only those that match.