create table number_name
{
 last_name varchar(15) not null    
};