Multiple choice technology programming languages Which two of the following orders are used in ORDER BY clauses? ABS ASC DESC DISC Reveal answer Fill a bubble to check yourself B,C Correct answer Explanation ORDER BY clauses use ASC (ascending) and DESC (descending) to specify the order of sorting. ABS is a function for absolute value, and DISC is not a valid SQL order.