use [Sergeichev] create table Car_Condition ( Code_Condition int primary key identity(1,1) not null, Name_Condition nvarchar(8) not null )