use [Sergeichev] create table Car_DriveTypes ( Code_DriveType int primary key identity(1,1) not null, Name_DriveType nvarchar(8) not null )