Multiple choice technology databases

which one is the Oracle function in SQL...?

  1. floor

  2. window

  3. door

  4. ground

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

FLOOR is a valid Oracle SQL function that returns the largest integer less than or equal to a given number. For example, FLOOR(5.7) returns 5. The other options (window, door, ground) are not standard SQL functions in Oracle.