Concept Flow - How SQL communicates with the database engine
User writes SQL query
SQL Query sent to DB Engine
Parser checks syntax
Query optimizer
Execution plan created
Query executed on data
Results sent back to user
This flow shows how a SQL query is sent to the database engine, checked, optimized, executed, and results returned.