PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_R6_SezioneR6Sezione_20171129_PreMR.sql
2025-06-09 19:17:49 +02:00

6 lines
158 B
Transact-SQL

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