The Round Trip Between Browser, Server, and DB
In a web application, the server receives the browser's request, queries the DB when it needs data, and returns a response built from the result. The browser then renders that response on screen.
In this round trip, which party queries the DB?