Concept Flow - SELECT all columns
Start Query
Parse SELECT *
Identify Table
Retrieve All Columns
Return All Rows with All Columns
End Query
The query starts by reading SELECT * which means all columns from the specified table are retrieved and returned.