Which of the following SELECT statements returns 30 as the result? a. SELECT ROUND (24.37, 2) FROM

Question:

Which of the following SELECT statements returns 30 as the result?

a. SELECT ROUND (24.37, 2) FROM dual;

b. SELECT TRUNC (29.99, 2) FROM dual;

c. SELECT ROUND (29.01, -1) FROM dual;

d. SELECT TRUNC (29.99, -1) FROM dual;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: