Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
FLOOR « Numeric Math Functions « Oracle PL / SQL
Oracle PL / SQL
Numeric Math Functions
FLOOR
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)