create table table_01
(column_01 date);


insert into table_01 values (to_date('07/01/1998', 'MM/DD/YYYY'))