What will be the output for the below query: select ceil(5.3) from dual;
Answer options
A
6
B
5
C
5.3
D
NULL
Correct answer: 6
Explanation
Quick AnswerThe correct answer is 6 because it directly addresses the core logic of Database Management.
CEIL rounds up: CEIL(5.3) = 6.