Predict the output: select ABS(45.926,2) from dual.
Answer options
A
45.926
B
45.93
C
Error
D
45.92
Correct answer: Error
Explanation
Quick AnswerThe correct answer is Error because it directly addresses the core logic of Practice Set 1.
ABS accepts one numeric argument. Passing two arguments causes an error.