Select from following answers:- ROUND
- LOG
- FLOOR

- CEIL
- All Above
FLOOR function performs the opposite function of CEILING function in SQL Server.
FLOOR rounds up a non integer value to the next least integer while CEILING rounds up the non integer values to the next highest integer.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator