Multiple choice

Which of the following functions is used in Oracle to convert a value to the largest integer, which is smaller than or equal to the value?

  1. Ceil(value)

  2. Floor(value)

  3. Cos(value)

  4. Ln(value)

  5. Sign(value)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This function is used in Oracle to convert a value to the largest integer smaller than or equal to the value,  i.e. Floor (6.7) = 7