CREATE TABLE [dbo].[Table_1] ( [id] int NOT NULL IDENTITY(1,1), [prova] varchar(50) NULL ) GO