|
Explanation: : the result is sort by price which is numeric and follow by product_name which is alphabetically. Incorrect answer : 1: the results are sorted 2: the results are sorted with alphabetically as well 3: the results are sorted with numerically as well Reference: Introduction to Oracle9i : SQL, Oracle University Study Guide, 2-2
|