use [Sergeichev] create table Car_Colors ( Code_Color int primary key identity(1,1) not null, Name_Color varchar(20) not null )