Computer Science, asked by brainyUser, 1 year ago

sql commands

get the ceil floor value of 3.15

Answers

Answered by gauravjaiswal10
1
ceil value is 4.0
floor value is 3.0
it is 100% correct ..
mark it brainliest if it helped u
Answered by siddhartharao77
1
Select ceil(3.15) as sid from dual;

Output is: 4
Similar questions