Does each new query wait for the previous query to complete before being sent? Are these queries sent in parallel?
i.e. Customers query is sent, returns, then Orders query is sent, returns, etc?
or
Customers query is sent, Orders query is sent, then the queries are returned in whatever order they are returned in?