Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLaliases ASSingle-choice MCQ

In PostgreSQL, what does this query order results by?

SELECT name, price * 2 AS doubled FROM products ORDER BY doubled DESC;