5 lines
100 B
Transact-SQL
5 lines
100 B
Transact-SQL
CREATE TABLE [dbo].[R6_SezioneR6Capitolo] (
|
|
[IdSezione] int NULL,
|
|
[IdCapitoloPDF] int NULL
|
|
)
|
|
GO |