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 2.
ABS() function takes only one argument. Passing two arguments causes a syntax error.