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
CEIL rounds up: CEIL(5.3) = 6.
Correct answer: 6
CEIL rounds up: CEIL(5.3) = 6.
PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.