In Oracle Database, the TRUNC(number)
function returns a given number, truncated to a given number of decimal places.
Oracle also has a TRUNC(date)
function, which is used on dates. This article is solely about the TRUNC(number)
function, which is used on numbers.