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...
Buttons and icons can be grouped together to keep them organized.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The technique of placing one element within another is called ____.
A. linking B. nesting C. loading D. interlacing
Computer Science & Information Technology
Multicasts have replaced broadcasts in IPv6.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
What happens when a relay agent is enables and configured within a router? Why would you do this?
What will be an ideal response?
Computer Science & Information Technology