use [Sergeichev] create table Posts ( Code_Post int primary key identity(1,1) not null, Name_Post varchar(50) not null )