1)

This will convert a number or date to character string. f) TO_DATE. This will convert a number, char or varchar to a date. GROUP FUNCTIONS. Sum. Avg. Max. Min. Count. Group functions will be applied on all the rows but produces single output. a) SUM. This will give the sum of the values of the specified column. Syntax: sum (column) Ex: SQL ... ................
................