She asks: Is there a SQL function that can convert data types such as currency, dates, and times in a SQL table?

Correct
The CAST function is used to convert currency, dates, and times in a SQL table from one datatype to another.