use [Sergeichev] create table Car_EngineTypes ( Code_EngineType int primary key identity(1,1) not null, Name_EngineType nvarchar(16) not null )