Which of the below queries will format a value 1680 as $16,80.00?

A. SELECT TO_CHAR(1680.00,'$9,999V99') FROM dual;
B. SELECT TO_CHAR(1680.00,'$9,999D99') FROM dual;
C. SELECT TO_CHAR(1680.00,'$99G999D99') FROM dual;
D. SELECT TO_CHAR(1680.00,'$99G99D99') FROM dual;

Answer: D. SELECT TO_CHAR(1680.00,'$99G99D99') FROM dual;

Computer Science & Information Technology

You might also like to view...

If you observe ICMP error messages, describe how they are used for Path MTU Discovery.

What will be an ideal response?

Computer Science & Information Technology

You add an image to an HTML document using the one-sided img element. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology