FLOOR « Numeric Math Functions « Oracle PL / SQL






1.FLOOR(x): Returns the largest integer less than or equal to x
2.FLOOR: Returns the floor value (next lowest integer below number)
3.Use floor(), mod() and date calculation to show how many weeks and days an employee has been working here
4.round(345.678), ceil(345.678), floor(345.678)