Concept Flow - Why SELECT retrieves data
Write SELECT query
Send query to database
Database parses query
Database executes query
Retrieve matching rows
Return rows to user
This flow shows how a SELECT query is written, sent to the database, executed, and how matching data rows are retrieved and returned.