5 lines
133 B
Transact-SQL
5 lines
133 B
Transact-SQL
CREATE TABLE [dbo].[ProfiliDiRischio_20180604_PreMifid2] (
|
|
[CodiceProfilo] int NOT NULL,
|
|
[NomeProfilo] varchar(20) NOT NULL
|
|
)
|
|
GO |