create table sales_man(s_no varchar(10) primary key,sname varchar(10) not null,place varchar(10),phone varchar(10) unique);