Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLSELECT and WHERESingle-choice MCQ

In a SELECT with a WHERE clause, which is true about column aliases defined in the SELECT list?

SELECT price * quantity AS total FROM orders WHERE total > 100;