Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLORDER BY and LIMITSingle-choice MCQ

In standard SQL, can you reference a SELECT-list column alias in the ORDER BY clause?

SELECT price * qty AS total FROM line_items ORDER BY total DESC;