CREATE TABLE [dbo].[R6_SezioneR6Sezione] ( #x0D; [id] int NOT NULL IDENTITY(1,1), [idFkC6Sezione] int NOT NULL, [idFkSezione] int NOT NULL ) ALTER TABLE [dbo].[R6_SezioneR6Sezione] ADD CONSTRAINT [PK_R6_SezioneR6Sezione] PRIMARY KEY CLUSTERED ([id]) GO