use [Sergeichev] create table Body_Car ( Code_Body int primary key identity(1,1) not null, Name_Body varchar(30) not null )