Database Programming with SQL

• Construct a SQL query that correctly applies TO_CHAR, TO_NUMBER, and TO_DATE single -row functions to produce a desired result . ... you first need to convert the number to a character format. • The SQL function that you use to convert a number to a desired character format is: TO_CHAR(number, 'format model') ................
................