6 lines
138 B
Transact-SQL
6 lines
138 B
Transact-SQL
CREATE TABLE [dboPeriodico].[R6_SezioneR6Sezione] (
|
|
[id] int NOT NULL,
|
|
[idFkC6Sezione] int NOT NULL,
|
|
[idFkSezione] int NOT NULL
|
|
)
|
|
GO |