LIMIT keeps a prefix after the ORDER BY result exists.
sort first, then limit
Read the page
The page keeps 3 rows and skips 4 later rows.
page rows=3
Multi-column sorting examples are tiny finite table transforms; SQL dialect completeness, collation rules, optimizer behavior, indexing, product behavior, and performance claims are out of scope.
Ordered rows still visible
The ordered rows table shows the full order before the shorter page.
prefix after order
Summary
LIMIT cuts a deterministic prefix from the sorted rows.