PDC_REPORT_CreazioneDB/sql/Produzione bfdskreport02p/tables/dbo_CapitoloPDF_ParagrafoPDF.sql
2025-06-25 11:25:55 +02:00

6 lines
115 B
Transact-SQL

CREATE TABLE [dbo].[CapitoloPDF_ParagrafoPDF] (
#x0D;
[IdCapitolo] int NULL,
[IdParagrafo] int NULL
)
GO