this is a create table program

open ok

drop ok

create_string=CREATE TABLE weekly_timecard (ssn int NOT NULL,last_name varchar(30), first_name varchar(15), middle_name varchar(15), mon_hrs int, tue_hrs int, wed_hrs int, thu_hrs int, fri_hrs int PRIMARY KEY (ssn))

created ok