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;