This illustration is described in the text. It shows the different ways of running SQL from an application: submitting individual SQL statements, wrapping several SQL statements inside a PL/SQL block, and calling a stored procedure where the SQL is already present in the database. The diagram shows how each successive method involves less network traffic.