The TIMESTAMP function returns a timestamp from a value or a pair of values.
TIMESTAMP ( expression [, expression ] )
Assume the column START_DATE (date) has a value equivalent to 1998-12-25, and the column START_TIME (time) has a value equivalent to 17.12.30.
TIMESTAMP(START_DATE, START_TIME)
Returns the value '1998-12-25-17.12.30.000000'.