CREATE TABLE [dboPeriodico].[R6_SezioneR6Sezione] (
	[id] int NOT NULL,
	[idFkC6Sezione] int NOT NULL,
	[idFkSezione] int NOT NULL
)
GO