Concept Flow - LIMIT clause behavior
Start Query Execution
Retrieve All Rows
Apply LIMIT Clause
Return Limited Rows
End Query Execution
The database runs the query, fetches all matching rows, then applies the LIMIT clause to return only the specified number of rows.