A customer gave me some data and their dates are in this format - 70599. Where 7 is month, 05 is day, and 99 is year. They format is consistnt throughout the data, so an update statement would work. How can I change this to be in 12/15/99 format using SQL statements?