create table employees ( id tinyint(4) default '0' not null auto_increment, first varchar(20), last varchar(20), address varchar(255), position varchar(50), primary key (id), unique id (id));insert into employees values (1,'bob','smith', '128 here st, cityname','marketing manager');
inseonist');rt into employees values (2,'john','roberts','45 there st , townville','teleph
insert into employees values (3,'brad','johnson','1/34 nowhere blvd, snowston','doorman');