 create table my_table
 ( first_column integer,
 second_column varchar(10)
 )