Oracle Database 12c: SQL Fundamentals — Question 47

Which SQL statements would display the value 1890.55 as $1, 890.55? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct options A, D, and E properly format the number to include a dollar sign, commas for thousands, and correctly position the decimal. Option B and C do not use the appropriate format models to display the desired output, either by not including the correct group separator or decimal representation.