TRUNC(44.647, -1) would retrun ?
C
Correct answer
Explanation
TRUNC truncates a number to specified decimal places. With negative decimal parameter -1, it truncates to the tens place. 44.647 truncated to tens = 40. Positive parameters would truncate to decimal places (1 = tenths, 0 = ones).