Multiple choice technology web technology SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual; 0 1 0.00 error Reveal answer Fill a bubble to check yourself A Correct answer Explanation The expression TRUNC(MOD(1600,10),-1) first finds 1600 mod 10 = 0, then truncates 0 to 0 places after decimal, and ROUND(0,2) = 0.