A TRUNC()
just discards the decimal part and is left with only the whole part.
In this case it does not matter to see something like "2.75 years". With the function it would only be "2 years", which is debatable because it is more for 3 years than 2. Then the ROUND()
might be more interesting.