use [Sergeichev] create table Car_Brands ( Code_Brand int primary key identity(1,1) not null, Name_Brand varchar(20) not null )