Valid 1z0-061 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-061 Exam! ExamDiscuss.com now offer the newest 1z0-061 exam dumps, the ExamDiscuss.com 1z0-061 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-061 dumps with Test Engine here:
The PRODUCTS table has these columns: PRODUCT_ID NUMBER(4) PRODUCT_NAME VARCHAR2(45) PRICE NUMBER(8, 2) Evaluate this SQL statement: SELECT * FROM PRODUCTS ORDER BY price, product_name; What is true about the SQL statement?
Correct Answer: D
Explanation/Reference: Explanation: the result is sort by price which is numeric and follow by product_name which is alphabetically. Incorrect answer: A. the results are sorted B. the results are sorted with alphabetically as well C. the results are sorted with numerically as well Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 2-2