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:
Evaluate the SQL statement: SELECT ROUND(45.953, -1), TRUNC(45.936, 2) FROM dual; Which values are displayed?
Correct Answer: C
Explanation/Reference: Explanation: ROUND (45.953, -1) will round value to 1 decimal places to the left. TRUNC (45.936, 2) will truncate value to 2 decimal The answer will be 50 and 45.93 Incorrect Answers: A. Does not meet round and truncate functions B. Does not meet round functions D. Does not meet truncate functions E. Does not meet round functions F. Does not meet round functions Refer: Introduction to Oracle9i: SQL, Oracle University Student Guide, Single-Row functions, p. 3-13