Oracle Database 11g: SQL Fundamentals I — Question 2

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

Answer options

Correct answer: A, C, D

Explanation

The correct answers are A, C, and D because they all format the number correctly with the appropriate use of the grouping symbol and decimal places. Option B is incorrect as it uses a 'V' instead of a 'D', which does not correctly represent the decimal point in this context, and option E does not include the correct number of decimal places required for the formatting.