Multiple choice technology databases You can use a column alias in order by clause True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In SQL, the SELECT clause is processed before the ORDER BY clause in the logical query processing phase. Consequently, column aliases defined in the SELECT clause are visible and can be used to sort the result set in the ORDER BY clause.