A banking application sends a query to retrieve all customer…
A banking application sends a query to retrieve all customers with balances above $10,000. Before the data is fetched, the system first checks query syntax, determines an efficient access path using indexes, and creates an execution plan. Which database system component performs these steps?