CREATE TABLE [dbo].[R6_SezioneR6Sezione_20180328_PreMifid] ( [id] int NOT NULL IDENTITY(1,1), [idFkC6Sezione] int NOT NULL, [idFkSezione] int NOT NULL ) ALTER TABLE [dbo].[R6_SezioneR6Sezione_20180328_PreMifid] ADD CONSTRAINT [PK_R6_SezioneR6Sezione_20180328_PreMifid] PRIMARY KEY CLUSTERED ([id]) GO