create table this_table_has_three_columns ( this_is_a_character_column varchar2(100), this_is_a_number_column number, this_is_a_date_column date );