CREATE TABLE [dbo].[R6_SezioneR6Sezione_20180904] ( [id] int NOT NULL IDENTITY(1,1), [idFkC6Sezione] int NOT NULL, [idFkSezione] int NOT NULL ) GO