PDC_REPORT_CreazioneDB/sql/tablesTestbes/dbo_R6_SezioneR6Capitolo.sql
2025-06-09 19:17:49 +02:00

5 lines
100 B
Transact-SQL

CREATE TABLE [dbo].[R6_SezioneR6Capitolo] (
[IdSezione] int NULL,
[IdCapitoloPDF] int NULL
)
GO